Skip to content

Commit

Permalink
Merge pull request tensorflow#4176 from lamberta/fix-nb-license
Browse files Browse the repository at this point in the history
Collapse license cell
  • Loading branch information
MarkDaoust authored May 7, 2018
2 parents 9d9dd72 + b73af7d commit bc0edaf
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions samples/core/get_started/eager.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"views": {},
"default_view": {},
"provenance": [],
"collapsed_sections": [
"rwxGnsA92emp"
],
"toc_visible": true
},
"kernelspec": {
Expand All @@ -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\");"
]
Expand All @@ -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",
Expand Down Expand Up @@ -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": []
Expand Down

0 comments on commit bc0edaf

Please sign in to comment.