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

No such file or directory: 'ArtLine_650.pkl #16

Closed
xwdg opened this issue Jan 15, 2021 · 1 comment
Closed

No such file or directory: 'ArtLine_650.pkl #16

xwdg opened this issue Jan 15, 2021 · 1 comment

Comments

@xwdg
Copy link

xwdg commented Jan 15, 2021

File "app.py", line 29, in
pl.load_pkl()
File "app.py", line 24, in load_pkl
learn = load_learner(path, 'ArtLine_650.pkl')
File "/usr/local/lib/python3.6/site-packages/fastai/basic_train.py", line 621, in load_learner
state = torch.load(source, map_location='cpu') if defaults.device == torch.device('cpu') else torch.load(source)
File "/usr/local/lib/python3.6/site-packages/torch/serialization.py", line 571, in load
with _open_file_like(f, 'rb') as opened_file:
File "/usr/local/lib/python3.6/site-packages/torch/serialization.py", line 229, in _open_file_like
return _open_file(name_or_buffer, mode)
File "/usr/local/lib/python3.6/site-packages/torch/serialization.py", line 210, in init
super(_open_file, self).init(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: 'ArtLine_650.pkl'

@xwdg xwdg closed this as completed Jan 15, 2021
@xwdg
Copy link
Author

xwdg commented Jan 15, 2021

#5

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

1 participant