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

CuDNN while generating is now available (in master) #6

Open
qbx2 opened this issue Nov 7, 2017 · 4 comments
Open

CuDNN while generating is now available (in master) #6

qbx2 opened this issue Nov 7, 2017 · 4 comments

Comments

@qbx2
Copy link

qbx2 commented Nov 7, 2017

Look pytorch/pytorch#3512

@qbx2 qbx2 changed the title CuDNN while generating is now available CuDNN while generating is now available (in master) Nov 7, 2017
@koz4k
Copy link
Member

koz4k commented Nov 8, 2017

Cool! Will enable CuDNN in generation after the next PyTorch release. Thanks for the information.

@ShupingR
Copy link

ShupingR commented Dec 1, 2017

Hi, pip install -r requirement.txt didn't work out for me. Here is the error message I got

Collecting torch==0.2.0.post3 (from -r requirements.txt (line 4))
  Could not find a version that satisfies the requirement torch==0.2.0.post3 (from -r requirements.txt (line 4)) (from versions: 0.1.2, 0.1.2.post1)
No matching distribution found for torch==0.2.0.post3 (from -r requirements.txt (line 4))

Any hint on what might have gone wrong would be appreciated. Thanks.

@comeweber
Copy link

It's because you have to install pytorch before the requirement file (because pytorch is not available through pip standard servers). The installation procedure is very easy and is described on their website : http://pytorch.org

@wsywsywsywsywsy979
Copy link

It's because you have to install pytorch before the requirement file (because pytorch is not available through pip standard servers). The installation procedure is very easy and is described on their website : http://pytorch.org

Hello, I want to ask whether your model test is successful? My test is stuck at "model. cuda()". Do you have any solutions? I would appreciate it if you could give me some advice.

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

5 participants