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

Commit

Permalink
Fix images to stay at top-level directory and a link.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 217548849
  • Loading branch information
dustinvtran authored and Copybara-Service committed Oct 17, 2018
1 parent 00d9eeb commit 5b2cce0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ with 10 units (corresponding to the 10 digit classes).
The code consists of two parts, the first describing the mathematical
operations, and the second describing the devices and tensor/computation layout.
For the full example, see [`examples/mnist.py`](
https://github.com/tensorflow/mesh/tree/master/mesh_tensorflow/examples/mnist.py).
https://github.com/tensorflow/mesh/blob/master/examples/mnist.py).
TODO(noam): verify that this code works.

```Python
Expand Down
4 changes: 2 additions & 2 deletions examples/mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

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

from __future__ import absolute_import
Expand Down
2 changes: 1 addition & 1 deletion examples/toy_model_tpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""A toy model using mesh-tensrflow."""
"""A toy model using Mesh TensorFlow."""

from __future__ import absolute_import
from __future__ import division
Expand Down

0 comments on commit 5b2cce0

Please sign in to comment.