Skip to content

Commit

Permalink
saving trained model.
Browse files Browse the repository at this point in the history
  • Loading branch information
namannarula committed May 20, 2021
1 parent fe32cdb commit 11e8d5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RockPaperScissors.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,6 @@ def on_epoch_end(self, epoch, logs={}):
validation_steps=validation_steps,
verbose=1,
callbacks=[callbacks]
)
)

model.save("rock-paper-scissors-trained.h5")

0 comments on commit 11e8d5d

Please sign in to comment.