Skip to content

Commit e32bfe3

Browse files
committed
Save the model
1 parent b52f8a9 commit e32bfe3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tictacnet.py

+2
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ def move_accuracy(y_test, y_pred):
6464

6565
print("accuracy:", model.evaluate(X_test, y_test))
6666
print("Custom accuracy:", move_accuracy(y_test.values, model.predict(X_test)))
67+
68+
model.save("tictacNET.h5")

0 commit comments

Comments
 (0)