Spaces:
Runtime error
Runtime error
okeowo1014
commited on
Update train3.py
Browse files
train3.py
CHANGED
@@ -75,4 +75,4 @@ test_loss, test_acc = model.evaluate(test_generator)
|
|
75 |
print('Test accuracy:', test_acc)
|
76 |
|
77 |
# Save the model for future use (optional)
|
78 |
-
model.save('cat_dog_classifier.
|
|
|
75 |
print('Test accuracy:', test_acc)
|
76 |
|
77 |
# Save the model for future use (optional)
|
78 |
+
model.save('cat_dog_classifier.keras')
|