jcjohnson / jcjohnson/pytorch-examples
Example doesn't run on gpu (when uncommenting)
Open
- Dominant language
- Python
- Stars
- 4.9k
- Forks
- 918
- PR merge metrics
- No merged PRs in 30d
Description
`# dtype = torch.device("cuda:0") # Uncomment this to run on GPU`
should be
`# device = torch.device("cuda:0") # Uncomment this to run on GPU`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.