Replies: 2 comments 5 replies
-
Hi @chromade, |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks @chromade.
instead of
Please, try it and let me know if it works. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Not sure if this an error or - more likely - a mistake by me as I am quite new to fastai/tsai
Following tutorial 1 using frequency data, lr_find yields a straight line and fit_one_cycle does not work either as shown below.
I also have the assertion error highlighted by geoHell in the Issues section.
Thanks!
Full code here:
all_data = pd.read_csv('/home/msms-dl/DbgDir01/data_set_for_time_series_modelling.csv')
learn.lr_find(suggestions=False)
learn.fit_one_cycle(25, lr_max=1e-3)
Beta Was this translation helpful? Give feedback.
All reactions