Update README.md
Browse files
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/
|
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)
|