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

Merge pull request #5153 from staff0rd/patch-3

Basic_Regression notebook: Python2 compatibility
parents 7edabac6 a824b6fe
...@@ -136,6 +136,8 @@ ...@@ -136,6 +136,8 @@
}, },
"cell_type": "code", "cell_type": "code",
"source": [ "source": [
"from __future__ import absolute_import, division, print_function\n",
"\n",
"import tensorflow as tf\n", "import tensorflow as tf\n",
"from tensorflow import keras\n", "from tensorflow import keras\n",
"\n", "\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