1. 19 Aug, 2019 8 commits
  2. 17 Aug, 2019 2 commits
  3. 16 Aug, 2019 9 commits
  4. 15 Aug, 2019 3 commits
  5. 14 Aug, 2019 10 commits
  6. 13 Aug, 2019 6 commits
  7. 12 Aug, 2019 2 commits
    • Hongkun Yu's avatar
      Merged commit includes the following changes: (#7431) · e36934b3
      Hongkun Yu authored
      263011341  by hongkuny<hongkuny@google.com>:
      
          reduce batch size for bert squad v8 accuracy test
      
      --
      
      PiperOrigin-RevId: 263011341
      e36934b3
    • Richard Brooks's avatar
      Lstm object detection improvements (#7379) · 49075e50
      Richard Brooks authored
      * Replace google3.pyglib modules with tf and absl
      
      This now matches train.py and provides more publicly available libraries.
      
      * Add example pipeline config for SSD Interleaved V2 Model.
      
      Compiled from model_builder_test.py and lstm_ssd_mobilenet_v1_imagenet.config,
      Removed data augmentation and tranfer learning (i.e. training from checkpoint) due to errors I was seeing when trying to run with it.
      
      * Remove unused tfrecord creation.
      
      This was also incorrectly specified, as the keys differed from the TFSequenceExample parser.
      
      * correct key specified in docstring
      
      * add tflite frozen graph exporter (cli and lib).
      
      * add tflite model exporter
      
      * add script to test the tflite model
      
      * add mode export documentation
      
      * correct docstring
      
      * rename export files to be unique across detection research work
      
      * correct number of channels for grayscale
      
      * add and correct copyright
      49075e50