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

Error in generating dataset #10

Open
diksh007 opened this issue Feb 24, 2021 · 0 comments
Open

Error in generating dataset #10

diksh007 opened this issue Feb 24, 2021 · 0 comments

Comments

@diksh007
Copy link

Traceback (most recent call last):
File "/content/CovidAID/tools/transfer.py", line 32, in
chexnet_model = load_weights(chexnet_model_checkpoint)
File "/content/CovidAID/tools/transfer.py", line 22, in load_weights
model = torch.load(checkpoint_pth)
File "/usr/local/lib/python3.7/dist-packages/torch/serialization.py", line 581, in load
with _open_file_like(f, 'rb') as opened_file:
File "/usr/local/lib/python3.7/dist-packages/torch/serialization.py", line 230, in _open_file_like
return _open_file(name_or_buffer, mode)
File "/usr/local/lib/python3.7/dist-packages/torch/serialization.py", line 211, in init
super(_open_file, self).init(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: './data/CheXNet_model.pth.tar'

what should be the model path?

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