Skip to content

Commit 7bc4e87

Browse files
Merge pull request #2126 from synandi:patch-10
PiperOrigin-RevId: 476350942
2 parents bc956bb + 36cd8d0 commit 7bc4e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/distributed_training.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"| **Custom training loop** | Supported | Supported | Supported | Experimental support | Experimental support |\n",
131131
"| **Estimator API** | Limited Support | Not supported | Limited Support | Limited Support | Limited Support |\n",
132132
"\n",
133-
"Note: [Experimental support](https://www.tensorflow.org/guide/versions#what_is_not_covered) means the APIs are not covered by any compatibilities guarantees.\n",
133+
"Note: [Experimental support](https://www.tensorflow.org/guide/versions#what_is_not_covered) means the APIs are not covered by any compatibility guarantees.\n",
134134
"\n",
135135
"Warning: Estimator support is limited. Basic training and evaluation are experimental, and advanced features—such as scaffold—are not implemented. You should be using Keras or custom training loops if a use case is not covered. Estimators are not recommended for new code. Estimators run `v1.Session`-style code which is more difficult to write correctly, and can behave unexpectedly, especially when combined with TF 2 code. Estimators do fall under our [compatibility guarantees](https://tensorflow.org/guide/versions), but will receive no fixes other than security vulnerabilities. Go to the [migration guide](https://tensorflow.org/guide/migrate) for details."
136136
]

0 commit comments

Comments
 (0)