未验证 提交 bc0edaf8 编写于 作者: M Mark Daoust 提交者: GitHub

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

Collapse license cell
......@@ -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": []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册