- 16 Jun, 2020 5 commits
-
-
Tianqi Liu authored
PiperOrigin-RevId: 316734574
-
Andrew Audibert authored
Tested by running the model on TPU with a tf.data service running in GKE. PiperOrigin-RevId: 316713637
-
Hongkun Yu authored
PiperOrigin-RevId: 316712226
-
Hongkun Yu authored
PiperOrigin-RevId: 316593329
-
Dan Anghel authored
* First version of working script to download the GLDv2 dataset * First version of the DEFL package installation script * First working version of the DELF package installation script * Fixed feedback from PR review * Push to Github of changes to the TFRecord data generation script for DELF. * Merged commit includes the following changes: 315363544 by Andre Araujo: Added the generation of TRAIN and VALIDATE splits from the train dataset. -- 314676530 by Andre Araujo: Updated script to download GLDv2 images for DELF training. -- 314101235 by Andre Araujo: Added newly created module 'utils' to the copybara script. -- 313677085 by Andre Araujo: Code migration from TF1 to TF2 for: - logging (replaced usage of tf.compat.v1.logging.info) - testing directories (replaced usage of tf.compat.v1.test.get_temp_dir()) - feature/object extraction scripts (replaced usage of tf.compat.v1.train.string_input_producer and ...
-
- 15 Jun, 2020 3 commits
-
-
Dan Anghel authored
* First version of working script to download the GLDv2 dataset * First version of the DEFL package installation script * First working version of the DELF package installation script * Fixed feedback from PR review * Push to Github of changes to the TFRecord data generation script for DELF. * Merged commit includes the following changes: 315363544 by Andre Araujo: Added the generation of TRAIN and VALIDATE splits from the train dataset. -- 314676530 by Andre Araujo: Updated script to download GLDv2 images for DELF training. -- 314101235 by Andre Araujo: Added newly created module 'utils' to the copybara script. -- 313677085 by Andre Araujo: Code migration from TF1 to TF2 for: - logging (replaced usage of tf.compat.v1.logging.info) - testing directories (replaced usage of tf.compat.v1.test.get_temp_dir()) - feature/object extraction scripts (replaced usage of tf.compat.v1.train.string_input_producer and tf.compat.v1.train.start_queue_runners with PIL) -- 312770828 by Andre Araujo: Internal change. -- PiperOrigin-RevId: 315363544 * First version of the updated README of the DELF training instructions * Added to the README the section describing the generation of the training data * Added warning about the TFRecord generation time * Updated the launch of the training * Minor README update * Integrated review feedback * Merged commit includes the following changes: 315971979 by Andre Araujo: Performance optimization in generating the TRAIN and VALIDATION splits per label. -- 315578370 by Andre Araujo: Tiny fix to char limit in extractor.py. -- 315546242 by Andre Araujo: Script to measure DELG latency. -- 315545801 by Andre Araujo: Pre-load PCA parameters, if using them when extracting DELF/G features. -- 315450392 by Andre Araujo: Code migration from TF1 to TF2 for: - loading the models using in extractor.py and detector.py using tf.saved_model.load - removed tf.compat.v1.Session for the extractor and detector model usage -- 315406342 by Andre Araujo: Internal change. -- PiperOrigin-RevId: 315971979 * Merged commit includes the following changes: 316538447 by Andre Araujo: Read the number of classes from the GLDv2 dataset metadata. -- 316416973 by Andre Araujo: Migration of DELF code to TF2: - removed tf.compat.v1.test.get_temp_dir() with FLAGS.test_tmpdir - removed delf_v1.py and its dependencies - removed tf.compat.v1, Session, Graph dependencies from feature_extractor.py, feature_aggregation_extractor.py and aggregation_extraction.py -- PiperOrigin-RevId: 316538447 Co-authored-by:Andre Araujo <andrearaujo@google.com>
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 316513485
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 316409253
-
- 12 Jun, 2020 12 commits
-
-
Dan Anghel authored
* First version of working script to download the GLDv2 dataset * First version of the DEFL package installation script * First working version of the DELF package installation script * Fixed feedback from PR review * Push to Github of changes to the TFRecord data generation script for DELF. * Merged commit includes the following changes: 315363544 by Andre Araujo: Added the generation of TRAIN and VALIDATE splits from the train dataset. -- 314676530 by Andre Araujo: Updated script to download GLDv2 images for DELF training. -- 314101235 by Andre Araujo: Added newly created module 'utils' to the copybara script. -- 313677085 by Andre Araujo: Code migration from TF1 to TF2 for: - logging (replaced usage of tf.compat.v1.logging.info) - testing directories (replaced usage of tf.compat.v1.test.get_temp_dir()) - feature/object extraction scripts (replaced usage of tf.compat.v1.train.string_input_producer and tf.compat.v1.train.start_queue_runners with PIL) -- 312770828 by Andre Araujo: Internal change. -- PiperOrigin-RevId: 315363544 * First version of the updated README of the DELF training instructions * Added to the README the section describing the generation of the training data * Added warning about the TFRecord generation time * Updated the launch of the training * Minor README update * Integrated review feedback * Merged commit includes the following changes: 315971979 by Andre Araujo: Performance optimization in generating the TRAIN and VALIDATION splits per label. -- 315578370 by Andre Araujo: Tiny fix to char limit in extractor.py. -- 315546242 by Andre Araujo: Script to measure DELG latency. -- 315545801 by Andre Araujo: Pre-load PCA parameters, if using them when extracting DELF/G features. -- 315450392 by Andre Araujo: Code migration from TF1 to TF2 for: - loading the models using in extractor.py and detector.py using tf.saved_model.load - removed tf.compat.v1.Session for the extractor and detector model usage -- 315406342 by Andre Araujo: Internal change. -- PiperOrigin-RevId: 315971979 Co-authored-by:Andre Araujo <andrearaujo@google.com>
-
Hongkun Yu authored
PiperOrigin-RevId: 316198562
-
Mark Daoust authored
-
Hongkun Yu authored
PiperOrigin-RevId: 316150621
-
Maxim Neumann authored
PiperOrigin-RevId: 316134518
-
Maxim Neumann authored
Replace as well the regression loss with Keras loss object. PiperOrigin-RevId: 316062800
-
Chen Chen authored
PiperOrigin-RevId: 316054828
-
Chen Chen authored
PiperOrigin-RevId: 316053809
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 316053787
-
Abdullah Rashwan authored
PiperOrigin-RevId: 316052873
-
Dan Anghel authored
* First version of working script to download the GLDv2 dataset * First version of the DEFL package installation script * First working version of the DELF package installation script * Fixed feedback from PR review * Push to Github of changes to the TFRecord data generation script for DELF. * Merged commit includes the following changes: 315363544 by Andre Araujo: Added the generation of TRAIN and VALIDATE splits from the train dataset. -- 314676530 by Andre Araujo: Updated script to download GLDv2 images for DELF training. -- 314101235 by Andre Araujo: Added newly created module 'utils' to the copybara script. -- 313677085 by Andre Araujo: Code migration from TF1 to TF2 for: - logging (replaced usage of tf.compat.v1.logging.info) - testing directories (replaced usage of tf.compat.v1.test.get_temp_dir()) - feature/object extraction scripts (replaced usage of tf.compat.v1.train.string_input_producer and tf.compat.v1.train.start_queue_runners with PIL) -- 312770828 by Andre Araujo: Internal change. -- PiperOrigin-RevId: 315363544 * First version of the updated README of the DELF training instructions * Added to the README the section describing the generation of the training data * Added warning about the TFRecord generation time * Updated the launch of the training * Minor README update * Integrated review feedback Co-authored-by:Andre Araujo <andrearaujo@google.com>
-
moneypi authored
* update a3c_cartpole.py to tf2.x * update a3c_cartpole.py to tf2.x
-
- 11 Jun, 2020 4 commits
-
-
Maxim Neumann authored
PiperOrigin-RevId: 315855426
-
Chen Chen authored
PiperOrigin-RevId: 315843901
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 315819192
-
Liangzhe authored
Make quantizable_separable_conv2d initializer explicitly configurable. (otherwise we could use slim.arg_scope to config the initializer) (#8661) PiperOrigin-RevId: 315732759
-
- 10 Jun, 2020 8 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 315792986
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 315789209
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 315778170
-
Chen Chen authored
PiperOrigin-RevId: 315774221
-
Chen Chen authored
PiperOrigin-RevId: 315767729
-
Hongkun Yu authored
PiperOrigin-RevId: 315738983
-
Hongkun Yu authored
PiperOrigin-RevId: 315630320
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 315613738
-
- 09 Jun, 2020 7 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 315584374
-
kyscg authored
* Update documentation fixes #8647 * found tf.contrib.quantize
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 315545272
-
Hongkun Yu authored
PiperOrigin-RevId: 315516440
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 315511975
-
Hongkun Yu authored
PiperOrigin-RevId: 315402552
-
Hongkun Yu authored
PiperOrigin-RevId: 315383689
-
- 08 Jun, 2020 1 commit
-
-
Dan Anghel authored
* First version of working script to download the GLDv2 dataset * First version of the DEFL package installation script * First working version of the DELF package installation script * Fixed feedback from PR review * Push to Github of changes to the TFRecord data generation script for DELF. * Merged commit includes the following changes: 315363544 Added the generation of TRAIN and VALIDATE splits from the train dataset. -- 314676530 Updated script to download GLDv2 images for DELF training. -- 314101235 Added newly created module 'utils' to the copybara script. -- 313677085 Code migration from TF1 to TF2 for: - logging (replaced usage of tf.compat.v1.logging.info) - testing directories (replaced usage of tf.compat.v1.test.get_temp_dir()) - feature/object extraction scripts (replaced usage of tf.compat.v1.train.string_input_producer and tf.compat.v1.train.start_queue_runners with PIL) -- 312770828 by Internal change. -- PiperOrigin-RevId: 315363544
-