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
b4cd5f5c
Unverified
Commit
b4cd5f5c
authored
Aug 21, 2018
by
Billy Lamberta
Committed by
GitHub
Aug 21, 2018
Browse files
Merge pull request #5153 from staff0rd/patch-3
Basic_Regression notebook: Python2 compatibility
parents
7edabac6
a824b6fe
Changes
1
Show 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 @
b4cd5f5c
...
@@ -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",
...
...
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