Update notebooks to latest nbformat

This commit is contained in:
Aurélien Geron
2020-04-06 19:13:12 +12:00
parent d507ec815a
commit 2f7ab70295
22 changed files with 112 additions and 194 deletions

View File

@@ -972,9 +972,7 @@
{
"cell_type": "code",
"execution_count": 52,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"np.random.seed(42)\n",
@@ -1213,9 +1211,7 @@
},
{
"cell_type": "markdown",
"metadata": {
"collapsed": true
},
"metadata": {},
"source": [
"# Exercise solutions"
]
@@ -1974,9 +1970,7 @@
{
"cell_type": "code",
"execution_count": 100,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"new_chorale_v2_hot = generate_chorale_v2(model, seed_chords, 56, temperature=1.5)\n",