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
3161fd6c
Unverified
Commit
3161fd6c
authored
Aug 21, 2018
by
Billy Lamberta
Committed by
GitHub
Aug 21, 2018
Browse files
Add py2 compatible imports
parent
8fad7677
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
samples/core/tutorials/keras/basic_regression.ipynb
samples/core/tutorials/keras/basic_regression.ipynb
+1
-1
No files found.
samples/core/tutorials/keras/basic_regression.ipynb
View file @
3161fd6c
...
...
@@ -402,7 +402,7 @@
},
"cell_type": "code",
"source": [
"from __future__ import
print_function # pyth
on
2
print
compatibility
",
"from __future__ import
absolute_import, divisi
on
,
print
_function\n
",
"\n",
"# Display training progress by printing a single dot for each completed epoch\n",
"class PrintDot(keras.callbacks.Callback):\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