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
bc0edaf8
Unverified
Commit
bc0edaf8
authored
May 07, 2018
by
Mark Daoust
Committed by
GitHub
May 07, 2018
Browse files
Merge pull request #4176 from lamberta/fix-nb-license
Collapse license cell
parents
9d9dd72e
b73af7d2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
samples/core/get_started/eager.ipynb
samples/core/get_started/eager.ipynb
+7
-6
No files found.
samples/core/get_started/eager.ipynb
View file @
bc0edaf8
...
...
@@ -8,6 +8,9 @@
"views": {},
"default_view": {},
"provenance": [],
"collapsed_sections": [
"rwxGnsA92emp"
],
"toc_visible": true
},
"kernelspec": {
...
...
@@ -23,7 +26,7 @@
},
"cell_type": "markdown",
"source": [
"
**
Copyright 2018 The TensorFlow Authors.
**
\n",
"
#####
Copyright 2018 The TensorFlow Authors.\n",
"\n",
"Licensed under the Apache License, Version 2.0 (the \"License\");"
]
...
...
@@ -38,11 +41,11 @@
"wait_interval": 0
}
},
"cellView": "
form
"
"cellView": "
code
"
},
"cell_type": "code",
"source": [
"# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
"#
@title
Licensed under the Apache License, Version 2.0 (the \"License\");\n",
"# you may not use this file except in compliance with the License.\n",
"# You may obtain a copy of the License at\n",
"#\n",
...
...
@@ -695,9 +698,7 @@
"\n",
"axes[1].set_ylabel(\"Accuracy\", fontsize=14)\n",
"axes[1].set_xlabel(\"Epoch\", fontsize=14)\n",
"axes[1].plot(train_accuracy_results)\n",
"\n",
"plt.show()"
"axes[1].plot(train_accuracy_results);"
],
"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