"vscode:/vscode.git/clone" did not exist on "9f3b02693238ce4d0cf4d8093f6cd99bd1c046ce"
- 21 Aug, 2020 3 commits
-
-
Maxim Neumann authored
PiperOrigin-RevId: 327838493
-
Chen Chen authored
PiperOrigin-RevId: 327830072
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 327824781
-
- 20 Aug, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 327569853
-
A. Unique TensorFlower authored
Modified the validate_tf_v2_checkpoint_restore_map function when the input is a recurred dictionary. PiperOrigin-RevId: 327564315
-
- 19 Aug, 2020 7 commits
-
-
Ronny Votel authored
PiperOrigin-RevId: 327521336
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 327518640
-
Ronny Votel authored
Switching UV_symmetry_transforms.mat (for DensePose) from float64 to uint8. This bring the file size from 22MB to 3.1MB. PiperOrigin-RevId: 327510025
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 327459481
-
Hongkun Yu authored
Polish Seq2SeqTransformer: (1) consolidate args; (2) add tests for distribution strategy and decoding path. (3) fix bugs PiperOrigin-RevId: 327455733
-
Hongkun Yu authored
PiperOrigin-RevId: 327363070
-
Chen Chen authored
PiperOrigin-RevId: 327339794
-
- 18 Aug, 2020 11 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 327325736
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 327324127
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 327257703
-
Jaeyoun Kim authored
Change TF badges
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 327248242
-
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 Co-authored-by:Andre Araujo <andrearaujo@google.com>
-
Hongkun Yu authored
PiperOrigin-RevId: 327179271
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 327160430
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 327149314
-
Hongkun Yu authored
PiperOrigin-RevId: 327139660
-
Manoj Plakal authored
* Added TF-Lite-compatible feature extractor and model exporter for YAMNet. - Added a TF-Lite compatible feature extractor. With the latest TF-Lite, that involves a DFT-multiplication replacement for tf.abs(tf.signal.stft()) and not a lot else. Note that TF-Lite now allows variable-length inputs. - Added a YAMNet exporter that produces TF2 SavedModels, TF-Lite models, and TF-JS models. - Cleanups: switched hyperparameters to a dataclass, got rid of some lingering cruft in yamnet_test. * Responded to DAn's comments in https://github.com/tensorflow/models/pull/9098 - Switched some hparams to float - Made class map asset available on the exported model, and tested that it can be loaded from the various exports.
-
- 17 Aug, 2020 7 commits
-
-
TF Object Detection Team authored
PiperOrigin-RevId: 327114257
-
Chen Chen authored
PiperOrigin-RevId: 327094300
-
Kaushik Shivakumar authored
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 327072144
-
Hongkun Yu authored
PiperOrigin-RevId: 326947485
-
Hongkun Yu authored
PiperOrigin-RevId: 326947209
-
Chen Chen authored
PiperOrigin-RevId: 326935344
-
- 15 Aug, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 326825957
-
- 14 Aug, 2020 9 commits
-
-
Kevin authored
-
Lucy Fox authored
PiperOrigin-RevId: 326739356
-
Melik Burak Bozbey authored
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 326738853
-
Lucy Fox authored
Testing: Trained Bert2Bert model with MLIR bridge enabled and then NHNet based on Bert2Bert checkpoint, also with MLIR bridge enabled. Exported this to a saved model, ran inference, and confirmed model performance, accuracy, and prediction parity with the model trained without the MLIR bridge enabled. PiperOrigin-RevId: 326734770
-
Hongkun Yu authored
PiperOrigin-RevId: 326731205
-
André Araujo authored
* Merged commit includes the following changes: 326723075 by Andre Araujo: Move image resize utility into utils.py. -- PiperOrigin-RevId: 326723075 * Adding back matched_images_demo.png -
A. Unique TensorFlower authored
PiperOrigin-RevId: 326722720
-
moneypi authored
Update to TF 2 for deep_speech
-