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

project environment #1

Open
LeiiY opened this issue Mar 21, 2020 · 5 comments
Open

project environment #1

LeiiY opened this issue Mar 21, 2020 · 5 comments

Comments

@LeiiY
Copy link

LeiiY commented Mar 21, 2020

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))

@sailordiary
Copy link
Owner

Which Python version are you using?
BTW I will be cleaning up the repo folder further this week ; )

@sailordiary
Copy link
Owner

I think you might be using Windows -- is this issue related? pytorch/pytorch#18384

@LeiiY
Copy link
Author

LeiiY commented Mar 21, 2020

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

@sailordiary
Copy link
Owner

Yes. You might want to try running on Linux or follow the official instructions to install PyTorch on Windows.

@LeiiY LeiiY closed this as completed Mar 25, 2020
@LeiiY LeiiY reopened this Mar 30, 2020
@LeiiY
Copy link
Author

LeiiY commented Mar 30, 2020

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?

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

2 participants