jsotiro commited on
Commit
476edb4
1 Parent(s): 1605349

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ Introducing `Enhanced-CIFAR10-CNN`, a state-of-the-art Convolutional Neural Netw
25
  from keras.models import load_model
26
 
27
  # Load the model
28
- model = load_model('path/to/jsotiro-cnn-cifar.h5')
29
 
30
  # Perform inference
31
  result = model.predict(input_data)
 
25
  from keras.models import load_model
26
 
27
  # Load the model
28
+ model = load_model('path/to/enhancedCIFAR-10-CNN.h5')
29
 
30
  # Perform inference
31
  result = model.predict(input_data)