Update README.md
Browse files
README.md
CHANGED
@@ -62,7 +62,7 @@ test_images = tf.image.resize(vis_test_images, [224,224]).numpy()
|
|
62 |
test_labels_onehot = to_categorical(test_labels)
|
63 |
|
64 |
# download the model
|
65 |
-
model_path = get_file('/path/to/large_resnet_mnist.hdf5', 'https://huggingface.co/lane99/
|
66 |
# import the model
|
67 |
resnet = models.load_model(model_path)
|
68 |
|
|
|
62 |
test_labels_onehot = to_categorical(test_labels)
|
63 |
|
64 |
# download the model
|
65 |
+
model_path = get_file('/path/to/large_resnet_mnist.hdf5', 'https://huggingface.co/lane99/resnet_mnist_digits_highres/resolve/main/large-resnet-mnist.hdf5')
|
66 |
# import the model
|
67 |
resnet = models.load_model(model_path)
|
68 |
|