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
8fad7677
"docs/source/en/api/pipelines/pndm.mdx" did not exist on "f6fb3282b18f44f14bcb95a34a16203906df992a"
Unverified
Commit
8fad7677
authored
Aug 21, 2018
by
Stafford Williams
Committed by
GitHub
Aug 21, 2018
Browse files
python2 compatibility
parent
d089975f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
samples/core/tutorials/keras/basic_regression.ipynb
samples/core/tutorials/keras/basic_regression.ipynb
+2
-0
No files found.
samples/core/tutorials/keras/basic_regression.ipynb
View file @
8fad7677
...
...
@@ -402,6 +402,8 @@
},
"cell_type": "code",
"source": [
"from __future__ import print_function # python2 print compatibility",
"\n",
"# Display training progress by printing a single dot for each completed epoch\n",
"class PrintDot(keras.callbacks.Callback):\n",
" def on_epoch_end(self, epoch, logs):\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