- 13 Oct, 2020 9 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 336967249
-
Hongkun Yu authored
PiperOrigin-RevId: 336960641
-
Abdullah Rashwan authored
PiperOrigin-RevId: 336951637
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 336942308
-
Abdullah Rashwan authored
PiperOrigin-RevId: 336939703
-
A. Unique TensorFlower authored
Lambda layers are fundamentally non-portable since they serialize Python bytecode. PiperOrigin-RevId: 336917172
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 336914823
-
A. Unique TensorFlower authored
Lambda layers are fundamentally non-portable since they serialize Python bytecode. PiperOrigin-RevId: 336910013
-
Hongkun Yu authored
PiperOrigin-RevId: 336795303
-
- 12 Oct, 2020 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 336771016
-
Allen Wang authored
PiperOrigin-RevId: 336709640
-
- 09 Oct, 2020 5 commits
-
-
Zhenyu Tan authored
PiperOrigin-RevId: 336353171
-
Hongkun Yu authored
PiperOrigin-RevId: 336339472
-
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 7 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
-
Shixin Luo authored
-
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 1 commit
-
-
Chen Chen authored
PiperOrigin-RevId: 335226408
-