Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 5b2cce0

Browse files
Dustin TranCopybara-Service
authored andcommitted
Fix images to stay at top-level directory and a link.
PiperOrigin-RevId: 217548849
1 parent 00d9eeb commit 5b2cce0

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ with 10 units (corresponding to the 10 digit classes).
9595
The code consists of two parts, the first describing the mathematical
9696
operations, and the second describing the devices and tensor/computation layout.
9797
For the full example, see [`examples/mnist.py`](
98-
https://github.com/tensorflow/mesh/tree/master/mesh_tensorflow/examples/mnist.py).
98+
https://github.com/tensorflow/mesh/blob/master/examples/mnist.py).
9999
TODO(noam): verify that this code works.
100100

101101
```Python

examples/mnist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
"""Mnist using mesh-tensorflow and tf.Estimator.
16+
"""MNIST using Mesh TensorFlow and TF Estimator.
1717
18-
This is an illustration of mesh-tensorflow, not a good model.
18+
This is an illustration, not a good model.
1919
"""
2020

2121
from __future__ import absolute_import

examples/toy_model_tpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
"""A toy model using mesh-tensrflow."""
16+
"""A toy model using Mesh TensorFlow."""
1717

1818
from __future__ import absolute_import
1919
from __future__ import division
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)