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

Files to modify do not exists #16

Open
damien-ls opened this issue Jul 6, 2020 · 1 comment
Open

Files to modify do not exists #16

damien-ls opened this issue Jul 6, 2020 · 1 comment

Comments

@damien-ls
Copy link

damien-ls commented Jul 6, 2020

I followed the install procedure and installed the dependency with the given directive.

However, following the directives, the pytorch version installed is 1.5.1

The files specified to modify do not exists at the mentioned location.

Should the version being installed specifically be 1.3 ? If that so, what would be the command and compatible pytorch and vision to install ? the git and website of pytorch provides it only for version 1.5, 1.2 but not 1.3

https://pytorch.org/get-started/previous-versions/

Thanks

@sidh26
Copy link

sidh26 commented Jul 10, 2020

conda install pytorch=1.3 torchvision cudatoolkit=10.1 -c pytorch worked for me.

It installed:

  • pytorch 1.3.1
  • torchvision 0.4.2
  • cudatoolkit 10.1.243

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