commit | ba3b79b06b17e2d0bfc6091225d6f7d98e560931 | [log] [tgz] |
---|---|---|
author | peter <peter_jiachen@163.com> | Tue Nov 14 15:12:30 2017 +0800 |
committer | Adam Paszke <adam.paszke@gmail.com> | Tue Nov 14 09:36:43 2017 +0100 |
tree | 9d6732f604b1a7f3f87f4e9a4e05fc33fc4a4dc2 | |
parent | a3bf06c0c76f2b05b58851156297e0b58799b8ef [diff] |
Fix the missing import
diff --git a/torch/backends/cudnn/__init__.py b/torch/backends/cudnn/__init__.py index c7cd35c..f58f0a8 100644 --- a/torch/backends/cudnn/__init__.py +++ b/torch/backends/cudnn/__init__.py
@@ -1,3 +1,4 @@ +import os import ctypes import sys import torch