- 22 Apr, 2021 1 commit
-
-
Scott Zhu authored
PiperOrigin-RevId: 369893606
-
- 21 Apr, 2021 6 commits
-
-
Karim Nosir authored
PiperOrigin-RevId: 369749466
-
Dan Kondratyuk authored
PiperOrigin-RevId: 369747553
-
Yeqing Li authored
PiperOrigin-RevId: 369741002
-
Yeqing Li authored
PiperOrigin-RevId: 369712987
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 369697787
-
Hongkun Yu authored
PiperOrigin-RevId: 369588823
-
- 20 Apr, 2021 5 commits
-
-
Andrea Garritano authored
-
Tyler Ganter authored
* OD tutorial colab working * fixing install instructions link
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 369459880
-
Ronny Votel authored
Surgical update to CenterNet keypoint postprocessing to use bounding boxes if present. This is shown to reduce keypoint snapping across individuals. PiperOrigin-RevId: 369432018
-
Hongkun Yu authored
PiperOrigin-RevId: 369375299
-
- 19 Apr, 2021 4 commits
-
-
Chen Chen authored
PiperOrigin-RevId: 369316688
-
Jaeyoun Kim authored
Add owners for new projects (assemblenet, deepmac_maskrcnn, simclr)
-
Yeqing Li authored
PiperOrigin-RevId: 369249071
-
A. Unique TensorFlower authored
Add `include_example_field` into `SentencePredictionTextDataLoader` so that we can use the data loader in the predict step of `SentencePrediction` task. PiperOrigin-RevId: 369215827
-
- 17 Apr, 2021 2 commits
-
-
Chen Chen authored
tensorflow.python.framework.errors_impl.NotFoundError: /usr/local/lib/python3.6/dist-packages/tensorflow_text/python/metrics/_text_similarity_metric_ops.so: undefined symbol: _ZN10tensorflow6StatusC1ENS_5error4CodeEN4absl12lts_2021032411string_viewEOSt6vectorINS_10StackFrameESaIS7_EE PiperOrigin-RevId: 368978629
-
Fan Yang authored
PiperOrigin-RevId: 368957441
-
- 16 Apr, 2021 5 commits
-
-
Fan Yang authored
PiperOrigin-RevId: 368935233
-
Pablo Ribalta Lorenzo authored
Signed-off-by:Pablo Ribalta Lorenzo <pribalta@nvidia.com>
-
Jekaterina Jaroslavceva authored
* Dataset utilities added. * Global model definition * Dataset modules added. * Dataset modules fix. * global features model training added * global features fix * Test dataset update * PR fixes * repo sync * repo sync * Syncing 2 * Syncing 2 * Added global model supporting modules * code style fixes * Minor style fixes
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 368868424
-
Yeqing Li authored
PiperOrigin-RevId: 368778443
-
- 15 Apr, 2021 3 commits
- 14 Apr, 2021 5 commits
-
-
Leandro Schelb authored
-
Hongkun Yu authored
PiperOrigin-RevId: 368535232
-
A. Unique TensorFlower authored
Call set_keypoint_visibilities on the non-expanded versions of the detection and groundtruth keypoints. set_keypoint_visibilities expects a rank-3 tensor, and was being provided a rank-4 tensor. This had the unintended effect of creating a keypoint visibilities tensor of the wrong shape, resulting in only 2 keypoints being visualized. PiperOrigin-RevId: 368458273
-
Jaehong Kim authored
This CL changes ResidualBlock and InvertedBottleneckBlock. PiperOrigin-RevId: 368383954
-
Liangzhe Yuan authored
Fix the typo-ed name "remove_unecessary_ema" -> "remove_unnecessary_ema" and also re-implement it with deep dictionary copy. PiperOrigin-RevId: 368338501
-
- 13 Apr, 2021 9 commits
-
-
Jekaterina Jaroslavceva authored
* Dataset utilities added. * Global model definition * Dataset modules added. * Dataset modules fix. * global features model training added * global features fix * Test dataset update * PR fixes * repo sync * repo sync * modules moving * Removed unnecessary modules * Removed unnecessary files
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 368260712
-
Hongkun Yu authored
PiperOrigin-RevId: 368257425
-
Ronny Votel authored
PiperOrigin-RevId: 368217758
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 368215027
-
Rebecca Chen authored
PiperOrigin-RevId: 368157180
-
Jaehong Kim authored
PiperOrigin-RevId: 368130039
-
Fan Yang authored
PiperOrigin-RevId: 368129317
-
Reed Wanderman-Milne authored
This replaces symbols in tf.keras.mixed_precision.experimental with the corresponding nonexperimental symbols. In some cases, passing a Policy is replaced with passing a policy name for conciseness. Additionally, for the Shakespeare model, the loss_scale flag is removed, since supporting it with the nonexperimental API is slightly more verbose and it is recommended users use the default loss scale. PiperOrigin-RevId: 368123944
-