- 15 Dec, 2020 4 commits
-
-
Le Hou authored
PiperOrigin-RevId: 347634117
-
A. Unique TensorFlower authored
by default NMS is off. PiperOrigin-RevId: 347613472
-
Chen Chen authored
PiperOrigin-RevId: 347505505
-
Hongkun Yu authored
PiperOrigin-RevId: 347490358
-
- 14 Dec, 2020 7 commits
-
-
Chen Chen authored
PiperOrigin-RevId: 347480509
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 347467379
-
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 * Merged commit includes the following changes: 347032253 by Andre Araujo: Updated local and global_and_local model export scripts for exporting models trained with the autoencoder layer. -- 344312455 by Andre Araujo: Implement autoencoder in training pipeline. -- 341116593 by Andre Araujo: Reduce the default save_interval, to get more frequent checkpoints. -- 341111808 by Andre Araujo: Allow checkpoint restoration in DELF training, to enable resuming of training jobs. -- 340138315 by Andre Araujo: DELF training script: make it always save the last checkpoint. -- 338731551 by Andre Araujo: Add image_size flag in DELF/G OSS training script. -- 338684879 by Andre Araujo: Clean up summaries in DELF/G training script. - Previously, the call to tf.summary.record_if() was not working, which led to summaries being recorded at every step, leading to too large events files. This is fixed. - Previously, some summaries were computed at iteration k, while others at iteration k+1. Now, we standardize summary computations to always run after backpropagation (which means that summaries are reported for step k+1, referring to the batch k). - Added a new summary: number of global steps per second; useful to see how fast training is making progress. Also a few other small modifications are included: - Improved description of the train.py script. - Some small automatic reformattings. -- PiperOrigin-RevId: 347032253 Co-authored-by:Andre Araujo <andrearaujo@google.com>
-
Chen Chen authored
PiperOrigin-RevId: 347443298
-
Abdullah Rashwan authored
PiperOrigin-RevId: 347439073
-
Frederick Liu authored
PiperOrigin-RevId: 347389234
-
Chen Chen authored
The new tfhub with dict as inputs/outputs have been released for a while, and users are expected to use new tfhub models. PiperOrigin-RevId: 347314892
-
- 12 Dec, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 347135923
-
- 11 Dec, 2020 5 commits
-
-
Hye Soo Yang authored
PiperOrigin-RevId: 347069098
-
Hye Soo Yang authored
PiperOrigin-RevId: 347020444
-
Pengchong Jin authored
PiperOrigin-RevId: 347013275
-
Hongkun Yu authored
We use kwargs for all arguments and enforce them should be kwargs. Reorder args. PiperOrigin-RevId: 346908658
-
Zhenyu Tan authored
PiperOrigin-RevId: 346895957
-
- 10 Dec, 2020 2 commits
-
-
Chen Chen authored
PiperOrigin-RevId: 346826537
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 346790357
-
- 09 Dec, 2020 4 commits
-
-
Hongkun Yu authored
Ask users to use keras_nlp. PiperOrigin-RevId: 346621226
-
Poorva Potdar authored
PiperOrigin-RevId: 346570482
-
Chen Chen authored
PiperOrigin-RevId: 346486072
-
Yeqing Li authored
PiperOrigin-RevId: 346436382
-
- 08 Dec, 2020 4 commits
-
-
Chen Chen authored
PiperOrigin-RevId: 346397839
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 346346141
-
Hongkun Yu authored
PiperOrigin-RevId: 346217285
-
Pankaj Kanwar authored
with the right replications. PiperOrigin-RevId: 346213547
-
- 07 Dec, 2020 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 346129282
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 346088379
-
- 06 Dec, 2020 1 commit
-
-
Liangzhe Yuan authored
PiperOrigin-RevId: 345961168
-
- 05 Dec, 2020 2 commits
-
-
Yeqing Li authored
PiperOrigin-RevId: 345796945
-
Sara Beery authored
Context R-CNN Updates: Added capabilities to use multi-headed or multi-layered attention, to place the attention heads pre- or post-second stage feature extraction, and to work with embedded features in the context feature back from pre- or post-second stage feature extraction. Added an option for RPN feature map crops to be piped through to model outputs. PiperOrigin-RevId: 345777219
-
- 04 Dec, 2020 8 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 345773699
-
Abdullah Rashwan authored
PiperOrigin-RevId: 345761622
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 345761218
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 345712582
-
Sara Beery authored
DEFAULT_VALUE_OK=setting prefetch batches default to 2 as using -1 can cause memory issues for some models such as context r-cnn that use sequence examples. PiperOrigin-RevId: 345682268
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 345620862
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 345606908
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 345588520
-