-
Notifications
You must be signed in to change notification settings - Fork 380
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
Pre-trained model weights no longer available #343
Comments
I am having the same issue. |
Hello @marinapapageorgiou @Aecrionx, I think the right model should be at https://dl.fbaipublicfiles.com/fastMRI/trained_models/unet/knee_sc_leaderboard_state_dict.pt. You have to specify the full path or you will get the denied error. |
Hello, In the README.md file (fastMRI-main/fastmri_examples/unet) it says to run this for the pretrained models: But the result is this: If the there were the weights, the weights_only parameter shouldn't be true? In my case is False. I did not change anything. I run it as the README.md said. |
Hello @marinapapageorgiou, this is a new security feature of PyTorch to prevent someone who gave you a malicious file from taking over your computer. The Since it's just a warning it looks like the script should still run. Did it run for you? I've gone ahead and opened a separate issue for the |
Hello @mmuckley, |
Pre-trained models found in the
fastmri_examples
are no longer accessible under the link below and returns an access-denied message. Is there another place we would be able to access model weights?For example https://dl.fbaipublicfiles.com/fastMRI/trained_models/unet/unet_knee_sc returns
The text was updated successfully, but these errors were encountered: