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 e01ed18 commit d274148Copy full SHA for d274148
tensorlayer/__init__.py
@@ -16,7 +16,7 @@
16
" - `pip install --upgrade tensorflow-gpu`"
17
)
18
19
- if tensorflow.__version__ < "1.6.0":
+ if tensorflow.__version__ < "1.6.0" and os.environ.get('READTHEDOCS', None) != 'True':
20
raise RuntimeError(
21
"TensorLayer does not support Tensorflow version older than 1.6.0.\n"
22
"Please update Tensorflow with:\n"
0 commit comments