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
196d173a
"git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "fee317380e756299754f5d4ec044b4806b941614"
Commit
196d173a
authored
Dec 20, 2017
by
Chunhua Jiang
Committed by
Chunhua Jiang
Dec 20, 2017
Browse files
compatible with tensorflow 1.4.1
parent
d19587e4
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 @
196d173a
...
@@ -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