fastai training style with Neural Prophet #210
turgut090
started this conversation in
Feature Requests & Feedback
Replies: 1 comment
-
@henry090 We did consider using fastai2 for this project, but decided not to, as we take a lot of low-level control of the model and training in PyTorch. Further, we tried to retain the UI of fbprophet as far as possible. However, you can get similar behavior.
If you have specific suggestions, please let us know! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Is there a way to train the neural prophet model like we do in fast.ai?
Like in this notebook but for Neural Prophet: https://github.com/ourownstory/AR-Net/blob/master/example_notebooks/arnet.ipynb
E.g. find lr and get similar output:
Beta Was this translation helpful? Give feedback.
All reactions