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
c708d597
Unverified
Commit
c708d597
authored
Jun 18, 2018
by
Mark Daoust
Committed by
GitHub
Jun 18, 2018
Browse files
Merge pull request #6 from lamberta/mark-overfit-and-underfit
Add MIT license
parents
eecd5ee8
3a9237c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
135 additions
and
19 deletions
+135
-19
samples/core/get_started/overfit_and_underfit.ipynb
samples/core/get_started/overfit_and_underfit.ipynb
+135
-19
No files found.
samples/core/get_started/overfit_and_underfit.ipynb
View file @
c708d597
...
@@ -5,11 +5,14 @@
...
@@ -5,11 +5,14 @@
"colab": {
"colab": {
"name": "overfit-and-underfit.ipynb",
"name": "overfit-and-underfit.ipynb",
"version": "0.3.2",
"version": "0.3.2",
"views": {},
"default_view": {},
"provenance": [],
"provenance": [],
"private_outputs": true,
"private_outputs": true,
"collapsed_sections": [
"collapsed_sections": [
"fTFj8ft5dlbS"
"fTFj8ft5dlbS"
]
],
"toc_visible": true
},
},
"kernelspec": {
"kernelspec": {
"name": "python3",
"name": "python3",
...
@@ -25,16 +28,20 @@
...
@@ -25,16 +28,20 @@
},
},
"cell_type": "markdown",
"cell_type": "markdown",
"source": [
"source": [
"##### Copyright 2018 The TensorFlow Authors.\n",
"##### Copyright 2018 The TensorFlow Authors."
"\n",
"Licensed under the Apache License, Version 2.0 (the \"License\");"
]
]
},
},
{
{
"metadata": {
"metadata": {
"id": "lzyBOpYMdp3F",
"id": "lzyBOpYMdp3F",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
},
"cellView": "form"
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -53,6 +60,45 @@
...
@@ -53,6 +60,45 @@
"execution_count": 0,
"execution_count": 0,
"outputs": []
"outputs": []
},
},
{
"metadata": {
"id": "m_x4KfSJ7Vt7",
"colab_type": "code",
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
},
"cellView": "form"
},
"cell_type": "code",
"source": [
"#@title MIT License\n",
"#\n",
"# Copyright (c) 2017 François Chollet\n",
"#\n",
"# Permission is hereby granted, free of charge, to any person obtaining a\n",
"# copy of this software and associated documentation files (the \"Software\"),\n",
"# to deal in the Software without restriction, including without limitation\n",
"# the rights to use, copy, modify, merge, publish, distribute, sublicense,\n",
"# and/or sell copies of the Software, and to permit persons to whom the\n",
"# Software is furnished to do so, subject to the following conditions:\n",
"#\n",
"# The above copyright notice and this permission notice shall be included in\n",
"# all copies or substantial portions of the Software.\n",
"#\n",
"# THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n",
"# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n",
"# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n",
"# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n",
"# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n",
"# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n",
"# DEALINGS IN THE SOFTWARE."
],
"execution_count": 0,
"outputs": []
},
{
{
"metadata": {
"metadata": {
"id": "C9HmC2T4ld5B",
"id": "C9HmC2T4ld5B",
...
@@ -107,7 +153,12 @@
...
@@ -107,7 +153,12 @@
"metadata": {
"metadata": {
"id": "5pZ8A2liqvgk",
"id": "5pZ8A2liqvgk",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -140,7 +191,12 @@
...
@@ -140,7 +191,12 @@
"metadata": {
"metadata": {
"id": "QpzE4iqZtJly",
"id": "QpzE4iqZtJly",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -176,7 +232,12 @@
...
@@ -176,7 +232,12 @@
"metadata": {
"metadata": {
"id": "71kr5rG4LkGM",
"id": "71kr5rG4LkGM",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -221,7 +282,12 @@
...
@@ -221,7 +282,12 @@
"metadata": {
"metadata": {
"id": "QKgdXPx9usBa",
"id": "QKgdXPx9usBa",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -244,7 +310,12 @@
...
@@ -244,7 +310,12 @@
"metadata": {
"metadata": {
"id": "LqG3MXF5xSjR",
"id": "LqG3MXF5xSjR",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -282,7 +353,12 @@
...
@@ -282,7 +353,12 @@
"metadata": {
"metadata": {
"id": "jksi-XtaxDAh",
"id": "jksi-XtaxDAh",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -315,7 +391,12 @@
...
@@ -315,7 +391,12 @@
"metadata": {
"metadata": {
"id": "Ofn1AwDhx-Fe",
"id": "Ofn1AwDhx-Fe",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -345,7 +426,12 @@
...
@@ -345,7 +426,12 @@
"metadata": {
"metadata": {
"id": "ghQwwqwqvQM9",
"id": "ghQwwqwqvQM9",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -378,7 +464,12 @@
...
@@ -378,7 +464,12 @@
"metadata": {
"metadata": {
"id": "U1A99dhqvepf",
"id": "U1A99dhqvepf",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -417,7 +508,12 @@
...
@@ -417,7 +508,12 @@
"metadata": {
"metadata": {
"id": "0XmKDtOWzOpk",
"id": "0XmKDtOWzOpk",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -497,7 +593,12 @@
...
@@ -497,7 +593,12 @@
"metadata": {
"metadata": {
"id": "HFGmcwduwVyQ",
"id": "HFGmcwduwVyQ",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -538,7 +639,12 @@
...
@@ -538,7 +639,12 @@
"metadata": {
"metadata": {
"id": "7wkfLyxBZdh_",
"id": "7wkfLyxBZdh_",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -579,7 +685,12 @@
...
@@ -579,7 +685,12 @@
"metadata": {
"metadata": {
"id": "OFEYvtrHxSWS",
"id": "OFEYvtrHxSWS",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -608,7 +719,12 @@
...
@@ -608,7 +719,12 @@
"metadata": {
"metadata": {
"id": "SPZqwVchx5xp",
"id": "SPZqwVchx5xp",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
...
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