Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
fad60753
Unverified
Commit
fad60753
authored
Dec 21, 2017
by
derekjchow
Committed by
GitHub
Dec 21, 2017
Browse files
Merge pull request #3029 from tidyjiang8/tidyjiang8-patch-1
compatible with tensorflow 1.4.1
parents
928e5555
196d173a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
research/object_detection/object_detection_tutorial.ipynb
research/object_detection/object_detection_tutorial.ipynb
+2
-2
No files found.
research/object_detection/object_detection_tutorial.ipynb
View file @
fad60753
...
@@ -36,8 +36,8 @@
...
@@ -36,8 +36,8 @@
"from matplotlib import pyplot as plt\n",
"from matplotlib import pyplot as plt\n",
"from PIL import Image\n",
"from PIL import Image\n",
"\n",
"\n",
"if tf.__version__
!=
'1.4.0':\n",
"if tf.__version__
<
'1.4.0':\n",
" raise ImportError('Please upgrade your tensorflow installation to v1.4.
0
!')\n"
" raise ImportError('Please upgrade your tensorflow installation to v1.4.
* or later
!')\n"
]
]
},
},
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment