Unverified Commit 3161fd6c authored by Billy Lamberta's avatar Billy Lamberta Committed by GitHub
Browse files

Add py2 compatible imports

parent 8fad7677
......@@ -402,7 +402,7 @@
},
"cell_type": "code",
"source": [
"from __future__ import print_function # python2 print compatibility",
"from __future__ import absolute_import, division, print_function\n",
"\n",
"# Display training progress by printing a single dot for each completed epoch\n",
"class PrintDot(keras.callbacks.Callback):\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment