m3f.pytorch
m3f.pytorch copied to clipboard
project environment
using pip install -r requirement.txt,got this error
Could not find a version that satisfies the requirement torch>=1.1 (from pytorch-lightning->-r requirements.txt (line 1)) (from ver sions: 0.1.2, 0.1.2.post1, 0.1.2.post2) No matching distribution found for torch>=1.1 (from pytorch-lightning->-r requirements.txt (line 1))
Which Python version are you using? BTW I will be cleaning up the repo folder further this week ; )
I think you might be using Windows -- is this issue related? https://github.com/pytorch/pytorch/issues/18384
I think you might be using Windows -- is this issue related? pytorch/pytorch#18384
yeah,windows10, so ur system version?Ubuntu 16.04 or other
Yes. You might want to try running on Linux or follow the official instructions to install PyTorch on Windows.
download the checkpoint wget
to report CCC on the validation set python3 eval.py --test_on_val --checkpoint m3t_mtl-vox2.pt python3 get_smoothed_ccc predictions_val.pt
to generate test set predictions python3 eval.py --checkpoint m3t_mtl-vox2.pt
the weget link?