Issue
No code for this, I am making a presentable ML project, and I want to import my keras model into google drive or save it in my computer so I can use the "model.predict()" function in an instant. Could you help me?
Solution
You can use model.save() and model.load()
More details and examples here
If you are using google colab, you can mount you google drive in the notebook (menu in the left) and save and load directly from drive.
Answered By - Mr.Owl
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.