1. 01 9月, 2022 6 次提交
  2. 31 8月, 2022 1 次提交
    • R
      Add MNIST LSTM model training · 639ae637
      rewu93 提交于
      BUG=http://b/242765271
      
      # Train/save/convert LSTM model on MNIST dataset 
      
      Using bazel: 
      `bazel build tensorflow/lite/micro/examples/mnist_lstm:train`
      `bazel-bin/tensorflow/lite/micro/examples/mnist_lstm/train`
      
      ## Terminal arguments: 
      * `--epoch` : number of epochs for model training, default 1 for fast trainning 
      * `--save_dir`: the directory to save the trained model, default to `/tmp/trained_model`. 
      * `--save_tf_model`: if specified, save the intermediate tensorflow model (debug usage) 
      
      ## Example: 
      `bazel build tensorflow/lite/micro/examples/mnist_lstm:train`
      `bazel-bin/tensorflow/lite/micro/examples/mnist_lstm/train --epoch=10 --save_dir=trained_model`
      
      Code above will train a simple LSTM model for MNIST digits recognition with 10 epochs. The trained model is converted to tflite flatbuffer format, and the .tflite file is saved to the trained_model folder in the source directory. Note the intermediate tensorflow model is not saved in this case (pass --save_tf_model=True to enable it). 
      
      639ae637
  3. 30 8月, 2022 4 次提交
  4. 26 8月, 2022 3 次提交
  5. 24 8月, 2022 1 次提交
    • J
      Issue on error · 67e9d8f6
      jwithers 提交于
      New issue creation and updating mechanism for action error trapping.
      
      On error creates a new issue with the tag ci:bot_issue if one doesn't exist. Places information about the script failing and run in the body.
      
      If an issue with the script name in the body and the ci:bot_issue tag exists and is open, will update with a comment about the current failure.
      
      Error trapping implemented for testing in generate_integration_tests.yml
      
      BUG=https://issuetracker.google.com/issues/229828377
      67e9d8f6
  6. 23 8月, 2022 1 次提交
  7. 20 8月, 2022 1 次提交
  8. 19 8月, 2022 2 次提交
  9. 18 8月, 2022 3 次提交
  10. 17 8月, 2022 3 次提交
  11. 16 8月, 2022 2 次提交
  12. 15 8月, 2022 1 次提交
  13. 13 8月, 2022 12 次提交