- 09 Oct, 2020 3 commits
-
-
Vivek Rathod authored
PiperOrigin-RevId: 336321500
-
Abdullah Rashwan authored
PiperOrigin-RevId: 336229644
-
Ran Chen authored
PiperOrigin-RevId: 336215069
-
- 08 Oct, 2020 9 commits
-
-
Abdullah Rashwan authored
PiperOrigin-RevId: 336132820
-
Hongkun Yu authored
Factor out optimizer creation logic from the trainer, so as to avoid access runtime config inside Trainer. Add validation method on the ExperimentConfig as clients may use other containers instead of the model garden config dataclass. PiperOrigin-RevId: 336132223
-
Yoni Ben-Meshulam authored
When InputReader.sample_from_datasets_weights is set, we apply these to sample individual input files. PiperOrigin-RevId: 336128228
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 336124157
-
Hongkun Yu authored
PiperOrigin-RevId: 336112806
-
Yoni Ben-Meshulam authored
PiperOrigin-RevId: 336097508
-
Vivek Rathod authored
PiperOrigin-RevId: 336090589
-
Chen Chen authored
PiperOrigin-RevId: 336043643
-
Chen Chen authored
PiperOrigin-RevId: 336042908
-
- 07 Oct, 2020 4 commits
-
-
Allen Wang authored
PiperOrigin-RevId: 335973329
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 335952206
-
Le Hou authored
PiperOrigin-RevId: 335944731
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 335759679
-
- 06 Oct, 2020 6 commits
-
-
Dan Anghel authored
* Merged commit includes the following changes: 326369548 by Andre Araujo: Fix import issues. -- 326159826 by Andre Araujo: Changed the implementation of the cosine weights from Keras layer to tf.Variable to manually control for L2 normalization. -- 326139082 by Andre Araujo: Support local feature matching using ratio test. To allow for easily choosing which matching type to use, we rename a flag/argument and modify all related files to avoid breakages. Also include a small change when computing nearest neighbors for geometric matching, to parallelize computation, which saves a little bit of time during execution (argument "n_jobs=-1"). -- 326119848 by Andre Araujo: Option to measure DELG latency taking binarization into account. -- 324316608 by Andre Araujo: DELG global features training. -- 323693131 by Andre Araujo: PY3 conversion for delf public lib. -- 321046157 by Andre Araujo: Purely Google refactor -- PiperOrigin-RevId: 326369548 * Added export of delg_model module. * README update to explain training DELG global features head * Added guidelines for DELF hyperparameter values * Fixed typo * Added mention about remaining training flags. * Merged commit includes the following changes: 334723489 by Andre Araujo: Backpropagate global and attention layers together. -- 334228310 by Andre Araujo: Enable scaling of local feature locations to the resized resolution. -- PiperOrigin-RevId: 334723489 Co-authored-by:Andre Araujo <andrearaujo@google.com>
-
Abdullah Rashwan authored
PiperOrigin-RevId: 335692122
-
https://github.com/tensorflow/models/issues/9336Chen Chen authored
to support both model and encoder as key in ckpt when exporting to tfhub PiperOrigin-RevId: 335668823
-
A. Unique TensorFlower authored
Update the default arguments for orbit.Controller train_and_evaluate() and evaluate_continuously() to match the default for evaluate(). PiperOrigin-RevId: 335659533
-
Hongkun Yu authored
Add it to export. TODO: move the encoder and decoder layer out to layers/ or decoders/. PiperOrigin-RevId: 335560860
-
Yeqing Li authored
PiperOrigin-RevId: 335548133
-
- 05 Oct, 2020 3 commits
-
-
Sachin Joglekar authored
PiperOrigin-RevId: 335521712
-
Tzu-Wei Sung authored
Imported from GitHub PR https://github.com/tensorflow/tensorflow/pull/42625 Miss `training` call argument for dropout layer. /cc @tanzhenyu for visibility. Copybara import of the project: -- ba2198fc735a2deca08c68a3c6266d02e01dfe3b by Tzu-Wei Sung <windqaq@gmail.com>: Add training call argument for MultiHeadAttention Remove trailing space PiperOrigin-RevId: 335507127
-
Dan Holtmann-Rice authored
PiperOrigin-RevId: 335446217
-
- 03 Oct, 2020 2 commits
-
-
Chen Chen authored
PiperOrigin-RevId: 335226408
-
Zhenyu Tan authored
PiperOrigin-RevId: 335128787
-
- 02 Oct, 2020 10 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 335115606
-
Hongkun Yu authored
PiperOrigin-RevId: 335106919
-
Zhenyu Tan authored
PiperOrigin-RevId: 335079988
-
Allen Wang authored
PiperOrigin-RevId: 335069348
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 335067840
-
Zhenyu Tan authored
PiperOrigin-RevId: 335066419
-
Zhenyu Tan authored
PiperOrigin-RevId: 335049970
-
Hongkun Yu authored
Remove type annotation for params. Make the trainer consume both model and task. PiperOrigin-RevId: 334964198
-
Philip Pham authored
PiperOrigin-RevId: 334950562
-
Yeqing Li authored
PiperOrigin-RevId: 334942484
-
- 01 Oct, 2020 3 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 334910093
-
Allen Wang authored
PiperOrigin-RevId: 334860469
-
Rick Chao authored
PSv2: Replace existing `tf.distribute.experimental.ParameterServerStrategy` usage with `tf.compat.v1.distribute.experimental.ParameterServerStrategy` to prepare for the upcoming TF2 ParameterServerStrategy API release. The practically only difference for API endpoint switch is the monitoring from V2 to V1, for those who were using `tf.distribute.experimental.ParameterServerStrategy`. It's not supported in V2 and should be tracked as V1 anyway. PiperOrigin-RevId: 334847114
-