- 06 Jun, 2021 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 377803367
-
Hongkun Yu authored
PiperOrigin-RevId: 377801393
-
- 19 May, 2021 1 commit
-
-
Frederick Liu authored
PiperOrigin-RevId: 374640999
-
- 18 May, 2021 1 commit
-
-
Frederick Liu authored
PiperOrigin-RevId: 374472500
-
- 17 May, 2021 1 commit
-
-
Frederick Liu authored
PiperOrigin-RevId: 374267447
-
- 14 May, 2021 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 373866819
-
- 13 May, 2021 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 373569850
-
- 20 Apr, 2021 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 369459880
-
- 17 Apr, 2021 1 commit
-
-
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
-
- 15 Apr, 2021 1 commit
-
-
Scott Zhu authored
PiperOrigin-RevId: 368571725
-
- 13 Apr, 2021 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 368260712
-
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
-
- 06 Apr, 2021 1 commit
-
-
Jeremiah Liu authored
For the `GaussianProcessClassificationHead`, the temperature scaling needs to be disabled during training to avoid unexpected modification to the learning rate, which harms model quality. (Unfortunately, this seems to require adding `training` to the `call` method). Also set the default of `gp_cov_ridge_penalty` in `RandomFeatureGaussianProcess` to 1 to be consistent with that in the `GaussianProcessClassificationHead`. PiperOrigin-RevId: 366917075
-
- 05 Apr, 2021 1 commit
-
-
Jeremiah Liu authored
This change allows `GaussianProcessClassificationHead` to output only the predictive logits during training and evaluation (instead of outputting a tuple `(logits, covmat)`). The goal is to make the layer more compatible with `SentencePredictionTask` and Keras' `model.fit()` API. PiperOrigin-RevId: 366891298
-
- 01 Apr, 2021 3 commits
-
-
Jeremiah Liu authored
PiperOrigin-RevId: 366178203
-
Jeremiah Liu authored
PiperOrigin-RevId: 366175727
-
Jeremiah Liu authored
PiperOrigin-RevId: 366170373
-
- 24 Mar, 2021 1 commit
-
-
Jeremiah Liu authored
PiperOrigin-RevId: 364722225
-
- 22 Mar, 2021 3 commits
-
-
Jeremiah Liu authored
PiperOrigin-RevId: 364328905
-
Jeremiah Liu authored
PiperOrigin-RevId: 364226289
-
Le Hou authored
PiperOrigin-RevId: 364219111
-
- 20 Mar, 2021 1 commit
-
-
Jeremiah Liu authored
PiperOrigin-RevId: 364109398
-
- 17 Mar, 2021 1 commit
-
-
A. Unique TensorFlower authored
both are tracked in the same bug. PiperOrigin-RevId: 363431367
-
- 16 Mar, 2021 1 commit
-
-
Frederick Liu authored
PiperOrigin-RevId: 363233691
-
- 12 Mar, 2021 2 commits
- 10 Mar, 2021 1 commit
-
-
Frederick Liu authored
PiperOrigin-RevId: 361957289
-
- 09 Mar, 2021 1 commit
-
-
Chen Chen authored
PiperOrigin-RevId: 361916017
-
- 08 Mar, 2021 1 commit
-
-
Chen Chen authored
PiperOrigin-RevId: 361482425
-
- 04 Mar, 2021 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 360932205
-
- 02 Mar, 2021 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 360529962
-
- 26 Feb, 2021 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 359773077
-
- 23 Feb, 2021 1 commit
-
-
A. Unique TensorFlower authored
convert Dimension to int to avoid "TypeError: unsupported operand type(s) for /: float and Dimension" PiperOrigin-RevId: 358988747
-
- 16 Feb, 2021 2 commits
-
-
Chen Chen authored
Add back-ticks around code in the docs of nlp modeling library, so that the name will get auto-linked to that api page. PiperOrigin-RevId: 357808494
-
Mark Daoust authored
PiperOrigin-RevId: 357794895
-
- 28 Jan, 2021 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 354401143
-
- 19 Jan, 2021 1 commit
-
-
https://github.com/tensorflow/tensorflow/issues/46456A. Unique TensorFlower authored
what https://github.com/tensorflow/tensorflow/issues/46293 reported at first. PiperOrigin-RevId: 352464531
-
- 14 Jan, 2021 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 351758632
-
A. Unique TensorFlower authored
reported in https://github.com/tensorflow/tensorflow/issues/46293. A test case is added to export_tfhub_lib_test. PiperOrigin-RevId: 351741572
-
- 12 Jan, 2021 1 commit
-
-
Chen Chen authored
PiperOrigin-RevId: 351309008
-