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
c39a88c0
Unverified
Commit
c39a88c0
authored
Jun 22, 2018
by
Billy Lamberta
Committed by
GitHub
Jun 22, 2018
Browse files
Merge pull request #4604 from MarkDaoust/no-upgrade
No-need to upgrade now that r1.9rc1 is up in Colab.
parents
20070ca4
f38ba4eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
samples/core/get_started/save_and_restore_models.ipynb
samples/core/get_started/save_and_restore_models.ipynb
+1
-2
No files found.
samples/core/get_started/save_and_restore_models.ipynb
View file @
c39a88c0
...
...
@@ -154,7 +154,6 @@
},
"cell_type": "code",
"source": [
"!pip install --pre --upgrade tensorflow\n",
"!pip install h5py pyyaml "
],
"execution_count": 0,
...
...
@@ -187,7 +186,7 @@
"import tensorflow as tf\n",
"from tensorflow import keras\n",
"\n",
"
print(
tf.__version__
)
"
"tf.__version__"
],
"execution_count": 0,
"outputs": []
...
...
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