You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/mnist/estimator/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# MNIST using Estimator
2
2
3
-
Original Source: https://www.tensorflow.org/beta/tutorials/distribute/multi_worker_with_estimator
3
+
Original Source: https://www.tensorflow.org/tutorials/distribute/multi_worker_with_estimator
4
4
5
-
This is the [Multi-worker Training with Estimator](https://www.tensorflow.org/beta/tutorials/distribute/multi_worker_with_estimator) example, adapted for TensorFlowOnSpark.
5
+
This is the [Multi-worker Training with Estimator](https://www.tensorflow.org/tutorials/distribute/multi_worker_with_estimator) example, adapted for TensorFlowOnSpark.
6
6
7
7
Note: this example assumes that Spark, TensorFlow, and TensorFlowOnSpark are already installed.
Copy file name to clipboardExpand all lines: examples/mnist/keras/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# MNIST using Keras
2
2
3
-
Original Source: https://www.tensorflow.org/beta/tutorials/distribute/multi_worker_with_keras
3
+
Original Source: https://www.tensorflow.org/tutorials/distribute/multi_worker_with_keras
4
4
5
-
This is the [Multi-worker Training with Keras](https://www.tensorflow.org/beta/tutorials/distribute/multi_worker_with_keras) example, adapted for TensorFlowOnSpark.
5
+
This is the [Multi-worker Training with Keras](https://www.tensorflow.org/tutorials/distribute/multi_worker_with_keras) example, adapted for TensorFlowOnSpark.
6
6
7
7
Notes:
8
8
- This example assumes that Spark, TensorFlow, TensorFlow Datasets, and TensorFlowOnSpark are already installed.
Copy file name to clipboardExpand all lines: examples/segmentation/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Image Segmentation
2
2
3
-
Original Source: https://www.tensorflow.org/beta/tutorials/images/segmentation
3
+
Original Source: https://www.tensorflow.org/tutorials/images/segmentation
4
4
5
-
This code is based on the [Image Segmentation](https://www.tensorflow.org/beta/tutorials/images/segmentation) notebook example, converted to a single-node TensorFlow python app, then converted into a distributed TensorFlow app using the `MultiWorkerMirroredStrategy`, and then finally adapted for TensorFlowOnSpark. Compare the different versions to see the conversion steps involved at each stage.
5
+
This code is based on the [Image Segmentation](https://www.tensorflow.org/tutorials/images/segmentation) notebook example, converted to a single-node TensorFlow python app, then converted into a distributed TensorFlow app using the `MultiWorkerMirroredStrategy`, and then finally adapted for TensorFlowOnSpark. Compare the different versions to see the conversion steps involved at each stage.
6
6
7
7
Notes:
8
8
- this example assumes that Spark, TensorFlow, and TensorFlowOnSpark are already installed.
0 commit comments