Skip to content

Commit

Permalink
footer added
Browse files Browse the repository at this point in the history
  • Loading branch information
vmirly committed Oct 20, 2019
1 parent d66f498 commit d0e883f
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions ch15/ch15-notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1615,6 +1615,19 @@
"model.save('ch15/models/celeba-cnn.h5')"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"...\n",
"\n",
"\n",
"## Summary\n",
"\n",
"...\n",
"\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -1758,6 +1771,40 @@
"source": [
"**Notice that count-of-labels in mnist_valid did not stay the same when the dataset is loaded with `tfds.load()`**"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"----\n",
"\n",
"Readers may ignore the next cell."
]
},
{
"cell_type": "code",
"execution_count": 23,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"[NbConvertApp] Converting notebook ch15-notebook.ipynb to script\n",
"[NbConvertApp] Writing 22575 bytes to ch15.py\n"
]
}
],
"source": [
"! python ../.convert_notebook_to_script.py --input ch15-notebook.ipynb --output ch15.py"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit d0e883f

Please sign in to comment.