Unverified Commit bc0edaf8 authored by Mark Daoust's avatar Mark Daoust Committed by GitHub
Browse files

Merge pull request #4176 from lamberta/fix-nb-license

Collapse license cell
parents 9d9dd72e b73af7d2
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
"views": {}, "views": {},
"default_view": {}, "default_view": {},
"provenance": [], "provenance": [],
"collapsed_sections": [
"rwxGnsA92emp"
],
"toc_visible": true "toc_visible": true
}, },
"kernelspec": { "kernelspec": {
...@@ -23,7 +26,7 @@ ...@@ -23,7 +26,7 @@
}, },
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "source": [
"**Copyright 2018 The TensorFlow Authors.**\n", "##### Copyright 2018 The TensorFlow Authors.\n",
"\n", "\n",
"Licensed under the Apache License, Version 2.0 (the \"License\");" "Licensed under the Apache License, Version 2.0 (the \"License\");"
] ]
...@@ -38,11 +41,11 @@ ...@@ -38,11 +41,11 @@
"wait_interval": 0 "wait_interval": 0
} }
}, },
"cellView": "form" "cellView": "code"
}, },
"cell_type": "code", "cell_type": "code",
"source": [ "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 not use this file except in compliance with the License.\n",
"# You may obtain a copy of the License at\n", "# You may obtain a copy of the License at\n",
"#\n", "#\n",
...@@ -695,9 +698,7 @@ ...@@ -695,9 +698,7 @@
"\n", "\n",
"axes[1].set_ylabel(\"Accuracy\", fontsize=14)\n", "axes[1].set_ylabel(\"Accuracy\", fontsize=14)\n",
"axes[1].set_xlabel(\"Epoch\", fontsize=14)\n", "axes[1].set_xlabel(\"Epoch\", fontsize=14)\n",
"axes[1].plot(train_accuracy_results)\n", "axes[1].plot(train_accuracy_results);"
"\n",
"plt.show()"
], ],
"execution_count": 0, "execution_count": 0,
"outputs": [] "outputs": []
......
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