- 19 Aug, 2019 8 commits
-
-
Reed Wanderman-Milne authored
An earlier change made it so running this file would cause an error. The unit tests still passed, as the unit tests do not directly call the main() function PiperOrigin-RevId: 264268400
-
Yongzhe Wang authored
-
Yongzhe Wang authored
* Merged commit includes the following changes: 263863588 by yongzhe: Fix a bug that the SetExternalContext for EdgeTPU wasn't called when initializing LSTD client. -- 263370193 by yongzhe: Internal change. -- PiperOrigin-RevId: 263863588 * Revert changes in seq_dataset_builder_test.py -
Ayush Dubey authored
PiperOrigin-RevId: 264244022
-
Jing Li authored
PiperOrigin-RevId: 264196955
-
Hongkun Yu authored
PiperOrigin-RevId: 264193390
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 264174941
-
Ayush Dubey authored
PiperOrigin-RevId: 264174913
-
- 17 Aug, 2019 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 263910123
-
Hongkun Yu authored
PiperOrigin-RevId: 263879950
-
- 16 Aug, 2019 9 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 263874363
-
Hongkun Yu authored
PiperOrigin-RevId: 263863438
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 263858817
-
Priya Gupta authored
PiperOrigin-RevId: 263854996
-
Reed authored
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 263837214
-
Ayush Dubey authored
Also add `worker_hosts` and `task_index` flags. These flags enable running the model over multiple hosts by passing the cluster information via command line. Setting `TF_CONFIG` will continue to work. PiperOrigin-RevId: 263825245
-
Yongzhe Wang authored
-
Reed Wanderman-Milne authored
PiperOrigin-RevId: 263812316
-
- 15 Aug, 2019 3 commits
-
-
Igor Saprykin authored
PiperOrigin-RevId: 263669433
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 263485329
-
Igor Saprykin authored
PiperOrigin-RevId: 263463300
-
- 14 Aug, 2019 10 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 263448204
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 263401952
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 263261200
-
Hongkun Yu authored
PiperOrigin-RevId: 263257133
-
Henry authored
libedgetpu.h was used instead of edgetpu.h: https://coral.googlesource.com/edgetpu-native/+/refs/heads/release-diploria/libedgetpu/ PiperOrigin-RevId: 263176146
-
tf-models-copybara-bot authored
PiperOrigin-RevId: 263204353
-
Hongkun Yu authored
PiperOrigin-RevId: 263257133
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 263255352
-
Hongkun Yu authored
-
Hongkun Yu authored
-
- 13 Aug, 2019 6 commits
-
-
Toby Boyd authored
-
tf-models-copybara-bot authored
PiperOrigin-RevId: 263230689
-
Hongkun Yu authored
PiperOrigin-RevId: 263217684
-
Hongkun Yu authored
PiperOrigin-RevId: 263158478
-
Toby Boyd authored
-
Toby Boyd authored
-
- 12 Aug, 2019 2 commits
-
-
Hongkun Yu authored
263011341 by hongkuny<hongkuny@google.com>: reduce batch size for bert squad v8 accuracy test -- PiperOrigin-RevId: 263011341 -
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
-