Skip to content

Commit 0ef00c7

Browse files
author
Peter Steinbach
committed
lowered tensorflow version
1 parent 1356f87 commit 0ef00c7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

models/__init__.py

Whitespace-only changes.

models/tf_details/resnet_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def can_train():
3333
warnings.simplefilter(action='ignore', category=FutureWarning)
3434

3535
from tensorflow import __version__ as tfv
36-
required = "1.7.0"
36+
required = "1.6.0"
3737

3838
#only require major and minor release number as the patch number may contain 'rc' etc
3939
if versiontuple(tfv,2) >= versiontuple(required,2):

0 commit comments

Comments
 (0)