Skip to content

Instantly share code, notes, and snippets.

@iamaaditya
Created August 30, 2018 18:19
Show Gist options
  • Save iamaaditya/2bd6c9cdfd54e58f4dd83986a813e789 to your computer and use it in GitHub Desktop.
Save iamaaditya/2bd6c9cdfd54e58f4dd83986a813e789 to your computer and use it in GitHub Desktop.
test cudnn
import torch
assert torch.backends.cudnn.enabled == True
print(torch.backends.cudnn.version())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment