lane99 commited on
Commit
8fcd227
1 Parent(s): bec1cd2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/resnet_mnist_digits/resolve/main/large_resnet_mnist.hdf5')
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