-
Notifications
You must be signed in to change notification settings - Fork 682
error load_learner_all #937
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
Comments
When you save a fastai Learner (which tsai's learners inherit from) using export or save_all, it serializes the model, optimizer, and potentially parts of the dataloaders. If your training process involved custom classes or functions (like custom models, loss functions, metrics, data transforms, or even custom data loading logic), these need to be defined and available in the exact same namespace when you try to load the Learner. |
@vrodriguezf Then, I tried to load from window system using the following code: loading the second code in the window system gives me error, but I think it is good when executing the second code in aws. thanks |
Hi,
any idea on how to solve this?
thank you
The text was updated successfully, but these errors were encountered: