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
4b2c12ea
Commit
4b2c12ea
authored
Jun 22, 2018
by
Mark Daoust
Browse files
No-need to upgrade now that r1.9rc1 is up in Colab.
parent
20070ca4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
samples/core/get_started/save_and_restore_models.ipynb
samples/core/get_started/save_and_restore_models.ipynb
+4
-7
No files found.
samples/core/get_started/save_and_restore_models.ipynb
View file @
4b2c12ea
...
...
@@ -31,8 +31,7 @@
"metadata": {
"id": "2pHVBk_seED1",
"colab_type": "code",
"colab": {},
"cellView": "form"
"colab": {}
},
"cell_type": "code",
"source": [
...
...
@@ -55,8 +54,7 @@
"metadata": {
"id": "N_fMsQ-N8I7j",
"colab_type": "code",
"colab": {},
"cellView": "form"
"colab": {}
},
"cell_type": "code",
"source": [
...
...
@@ -154,7 +152,6 @@
},
"cell_type": "code",
"source": [
"!pip install --pre --upgrade tensorflow\n",
"!pip install h5py pyyaml "
],
"execution_count": 0,
...
...
@@ -187,7 +184,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