Skip to content

Commit cf63a7c

Browse files
Update broken link for mnist_transfer_cnn example in README.md (#1261)
1 parent 3305bab commit cf63a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mnist-transfer-cnn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This demo shows how to perform transfer learning using the Layers API of
44
TensorFlow.js.
55

66
It follows the procedure outlined in the Keras
7-
[mnist_transfer_cnn](https://github.com/keras-team/keras/blob/master/examples/mnist_transfer_cnn.py)
7+
[mnist_transfer_cnn](https://github.com/tensorflow/tfjs-examples/blob/master/mnist-transfer-cnn/python/mnist_transfer_cnn.py)
88
example.
99

1010
* A simple convnet was trained in Python Keras on only the first 5 digits [0..4] from the MNIST dataset. The resulting model is hosted at a URL and loaded into TensorFlow.js using

0 commit comments

Comments
 (0)