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

Missing ResNeXt50 and mfccNet #2

Closed
Nickick-ICRS opened this issue Apr 26, 2022 · 1 comment
Closed

Missing ResNeXt50 and mfccNet #2

Nickick-ICRS opened this issue Apr 26, 2022 · 1 comment

Comments

@Nickick-ICRS
Copy link

Nickick-ICRS commented Apr 26, 2022

Hi,

I'm unable to test this network, as there's no checkpoints folder with ResNeXt50 and mfccNet within it. I would happily download the model separately, but I don't know to do so. The specific error is a FileNotFoundError when trying to load ResNeXt50. I expect the same will happen for mfccNet once ResNeXt50 exists:

Traceback (most recent call last):
  File "main_msaf.py", line 163, in <module>
    video_model_checkpoint = torch.load(video_model_path) if use_cuda else \
  File "/home/nickick/phd/CFN-SR/env/lib/python3.8/site-packages/torch/serialization.py", line 699, in load
    with _open_file_like(f, 'rb') as opened_file:
  File "/home/nickick/phd/CFN-SR/env/lib/python3.8/site-packages/torch/serialization.py", line 231, in _open_file_like
    return _open_file(name_or_buffer, mode)
  File "/home/nickick/phd/CFN-SR/env/lib/python3.8/site-packages/torch/serialization.py", line 212, in __init__
    super(_open_file, self).__init__(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints/resnext50/fold_1_resnext50_best.pth'

Could you update the repository to include those two models, or include links on where to find them, or instructions on the steps taken to train them if that approach was taken?

Thanks,
Nick

@Nickick-ICRS
Copy link
Author

My mistake, missed the download checkpoints bash script.

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