- 14 Aug, 2020 15 commits
-
-
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
-
xinliupitt authored
-
Chen Chen authored
i.e., the checkpoint will be saved using tf.train.Checkpoint(FLAGS.checkpoint_model_name=model) PiperOrigin-RevId: 326672697
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 326665731
-
Chen Chen authored
PiperOrigin-RevId: 326604435
-
Hongkun Yu authored
PiperOrigin-RevId: 326586473
-
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. Co-authored-by:Andre Araujo <andrearaujo@google.com>
-
xinliupitt authored
-
- 13 Aug, 2020 15 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 326550493
-
Hongkun Yu authored
PiperOrigin-RevId: 326541553
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 326541072
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 326538981
-
Allen Wang authored
PiperOrigin-RevId: 326534159
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 326528933
-
TF Object Detection Team authored
PiperOrigin-RevId: 326500498
-
Zhenyu Tan authored
PiperOrigin-RevId: 326496940
-
TF Object Detection Team authored
PiperOrigin-RevId: 326495091
-
xinliupitt authored
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 326483694
-
xinliupitt authored
-
xinliupitt authored
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 326396920
-
Kaushik Shivakumar authored
-
- 12 Aug, 2020 4 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 326286926
-
A. Unique TensorFlower authored
Fix QQP preprocessing for test set. Test set does not contain qid1 or qid2 columns, so the current try/except block causes the entire test set to be ignored. PiperOrigin-RevId: 326259054
-
Yeqing Li authored
PiperOrigin-RevId: 326246781
-
Manoj Plakal authored
* Input/Output tweaks for YAMNet and VGGish. - Waveform input for YAMNet is now padded so that we get at least one patch of log mel spectrogram. The VGGish TF-Hub exporter uses YAMNet's feature computation so the VGGish export will also pad waveform input similarly. - Added a 1024-D embedding output to YAMNet so we now produce predicted scores, log mel spectrogram features, and embeddings, to satisfy a variety of uses: class prediction, acoustic feature visualization, semantic feature extraction. - Simplified usage of YAMNet in inference mode. Instead of trying to work around implicit batch size issues in the Model.predict() API, we simply __call__() the Model. - Switched inference.py to TF 2 and Eager execution. - Updated the visualization notebook: now uses TF2/Eager and can be loaded and run in Google Colab. * Responded to DAn's comments in https://github.com/tensorflow/models/pull/9092 - Merged spectrogram compu...
-
- 11 Aug, 2020 6 commits
-
-
Ruoxin Sang authored
PiperOrigin-RevId: 326116282
-
sshahrokhi authored
Project name seems that have changed to project ID. Just changed the project names to project Id.
-
Terry Huang authored
Add ops for extracting labels from sentences (get_*_labels() functions). This CL includes the ops for extracting labels for: - BERT's next sentence prediction task - ALBERT's sentence order prediction task PiperOrigin-RevId: 326087418
-
Chen Chen authored
PiperOrigin-RevId: 326068206
-
TF Object Detection Team authored
PiperOrigin-RevId: 326024566
-
xinliupitt authored
-