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
41:40-44:33 How to train the model with the best technique
we can use function fit , but always better to use fit_one_cycle
What is the big deal of fit_one_cycle?
- a paper released in 2018
- more accurate and faster than any previous approach
- ::fastai incorporates the best current techniques *::
keyboard shortcut for functions
* tab to use autocomplete for possible functions
* shift + tab to display all args for the function
how to pick the best number of epochs for training?
- learn how to tune epochs (4) in later lessons
- I don’t remember it had been discussed in later 6 lessons *
- not too many, otherwise easy overfit
目录 Lesson 1 知识点分解 #63
The text was updated successfully, but these errors were encountered:
How to train the model with the best technique?
41:40-44:33
How to train the model with the best technique
we can use function
fit
, but always better to usefit_one_cycle
What is the big deal of
fit_one_cycle
?- a paper released in 2018
- more accurate and faster than any previous approach
- ::fastai incorporates the best current techniques *::
keyboard shortcut for functions
*
tab
to use autocomplete for possible functions*
shift + tab
to display all args for the functionhow to pick the best number of epochs for training?
- learn how to tune epochs (4) in later lessons
- I don’t remember it had been discussed in later 6 lessons *
- not too many, otherwise easy overfit
目录 Lesson 1 知识点分解 #63
The text was updated successfully, but these errors were encountered: