Skip to content

Commit c5cae30

Browse files
committed
no message
1 parent 7023ad1 commit c5cae30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

run.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
##########################################################
1818

19-
assert(int(str('').join(torch.__version__.split('.')[0:2])) >= 13) # requires at least pytorch version 1.3.0
20-
2119
torch.set_grad_enabled(False) # make sure to not compute gradients for computational performance
2220

2321
torch.backends.cudnn.enabled = True # make sure to use cudnn for computational performance

0 commit comments

Comments
 (0)