We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7023ad1 commit c5cae30Copy full SHA for c5cae30
run.py
@@ -16,8 +16,6 @@
16
17
##########################################################
18
19
-assert(int(str('').join(torch.__version__.split('.')[0:2])) >= 13) # requires at least pytorch version 1.3.0
20
-
21
torch.set_grad_enabled(False) # make sure to not compute gradients for computational performance
22
23
torch.backends.cudnn.enabled = True # make sure to use cudnn for computational performance
0 commit comments