You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
67:57-68:43 How to save a trained model
What is inside the trained model?
- updated weights
why do we need to save model?
- keep working and updating the previous weights
how to save a model?
- learn.save("stage-1")
where will be the model be located?
- in the same fold where data is
目录 Lesson 1 知识点分解 #63
The text was updated successfully, but these errors were encountered:
How to save a trained model?
67:57-68:43
How to save a trained model
What is inside the trained model?
- updated weights
why do we need to save model?
- keep working and updating the previous weights
how to save a model?
-
learn.save("stage-1")
where will be the model be located?
- in the same fold where data is
目录 Lesson 1 知识点分解 #63
The text was updated successfully, but these errors were encountered: