Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transfer learning process were wrong!!! #724

Closed
ZhikangLai opened this issue Aug 18, 2023 · 3 comments
Closed

transfer learning process were wrong!!! #724

ZhikangLai opened this issue Aug 18, 2023 · 3 comments

Comments

@ZhikangLai
Copy link

Your transfer learning process were wrong. You didn't retrain the pre trained model after importing it.

@cchallu
Copy link
Contributor

cchallu commented Aug 18, 2023

Hi @ZhikangLai, what transfer learning process are you referring to?

@cchallu cchallu closed this as completed Aug 25, 2023
@Arnechos
Copy link

Hello @cchallu
I'm playing around with the library with transfer learning problem and I think @ZhikangLai was reffering to the notebook/example - Transfer_Learning.ipynb
This is the Table of Contents:

  • Installing NeuralForecast/DatasetsForecast
  • Load M4 Data
  • Instantiate NeuralForecast core, Fit, and save
  • Load pre-trained model and predict on AirPassengers
  • Evaluate Results

What's missing is a case when you take the M4 trained model and re-fit on AirPassengers. As I understand all I would have to do is take that saved model, load, fit to AirPassengers train dataset and the predict on test the same way Pytorch lightning works, right?

@willadamskeane
Copy link

@cchallu I'm also wondering if that's the expected workflow. If I want to predict on a new dataset (w/ different time series id's), I should fit and then predict?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants