Propagate changes

This commit is contained in:
Sylvain Gugger 2020-03-24 05:47:36 -07:00
parent c27d51b7b2
commit 882b0efbeb
6 changed files with 64 additions and 50 deletions

View File

@ -1156,6 +1156,17 @@
"<img alt=\"Cleaner widget\" width=\"700\" src=\"images/att_00007.png\">" "<img alt=\"Cleaner widget\" width=\"700\" src=\"images/att_00007.png\">"
] ]
}, },
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#hide\n",
"# for idx in cleaner.delete(): cleaner.fns[idx].unlink()\n",
"# for idx,cat in cleaner.change(): shutil.move(cleaner.fns[idx], path/cat)"
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
@ -1654,6 +1665,17 @@
"### Turning your notebook into a real app" "### Turning your notebook into a real app"
] ]
}, },
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#hide\n",
"# !pip install voila\n",
"# !jupyter serverextension enable voila --sys-prefix"
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
@ -1936,18 +1958,6 @@
"display_name": "Python 3", "display_name": "Python 3",
"language": "python", "language": "python",
"name": "python3" "name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
} }
}, },
"nbformat": 4, "nbformat": 4,

View File

@ -1226,7 +1226,7 @@
"weight.grad += wd * 2 * weight\n", "weight.grad += wd * 2 * weight\n",
"```\n", "```\n",
"\n", "\n",
"In practice, since `wd` is a parameter that we choose, we can just make it twice as bit, so we don't even need the `*2` in the above equation. To use weight decay in fastai, just pass `wd` in your call to fit:" "In practice, since `wd` is a parameter that we choose, we can just make it twice as big, so we don't even need the `*2` in the above equation. To use weight decay in fastai, just pass `wd` in your call to fit:"
] ]
}, },
{ {
@ -2296,18 +2296,6 @@
"display_name": "Python 3", "display_name": "Python 3",
"language": "python", "language": "python",
"name": "python3" "name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
} }
}, },
"nbformat": 4, "nbformat": 4,

View File

@ -1257,6 +1257,9 @@
} }
], ],
"metadata": { "metadata": {
"jupytext": {
"split_at_heading": true
},
"kernelspec": { "kernelspec": {
"display_name": "Python 3", "display_name": "Python 3",
"language": "python", "language": "python",
@ -1272,7 +1275,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.7.2" "version": "3.7.4"
} }
}, },
"nbformat": 4, "nbformat": 4,

View File

@ -653,6 +653,17 @@
"cleaner" "cleaner"
] ]
}, },
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#hide\n",
"# for idx in cleaner.delete(): cleaner.fns[idx].unlink()\n",
"# for idx,cat in cleaner.change(): shutil.move(cleaner.fns[idx], path/cat)"
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
@ -952,6 +963,17 @@
"### Turning your notebook into a real app" "### Turning your notebook into a real app"
] ]
}, },
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#hide\n",
"# !pip install voila\n",
"# !jupyter serverextension enable voila --sys-prefix"
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
@ -1053,18 +1075,6 @@
"display_name": "Python 3", "display_name": "Python 3",
"language": "python", "language": "python",
"name": "python3" "name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
} }
}, },
"nbformat": 4, "nbformat": 4,

View File

@ -1703,18 +1703,6 @@
"display_name": "Python 3", "display_name": "Python 3",
"language": "python", "language": "python",
"name": "python3" "name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
} }
}, },
"nbformat": 4, "nbformat": 4,

View File

@ -836,10 +836,25 @@
} }
], ],
"metadata": { "metadata": {
"jupytext": {
"split_at_heading": true
},
"kernelspec": { "kernelspec": {
"display_name": "Python 3", "display_name": "Python 3",
"language": "python", "language": "python",
"name": "python3" "name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
} }
}, },
"nbformat": 4, "nbformat": 4,