Matthew Muckley

Results 73 comments of Matthew Muckley

Hello @GiannakopoulosIlias, now it looks like there are errors with type annotations with mypy. If there are too many to deal with, you could move `feature_varnet.py` into the examples folder....

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 @marinapapageorgiou, this is a new security feature of PyTorch to prevent someone who gave you a malicious file from taking over your computer. The `run_pretrained_unet_inference.py` script was written before...