Skip to content

Commit 40eec4d

Browse files
authored
Merge pull request davidADSP#8 from faisito/patch-1
Update lstm.ipynb
2 parents a9da30a + a44c16f commit 40eec4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/05_autoregressive/01_lstm/lstm.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
"tags": []
271271
},
272272
"source": [
273-
"## 2. Build the LSTM <a name=\"build\"></a>"
273+
"## 4. Build the LSTM <a name=\"build\"></a>"
274274
]
275275
},
276276
{
@@ -307,7 +307,7 @@
307307
"id": "35b14665-4359-447b-be58-3fd58ba69084",
308308
"metadata": {},
309309
"source": [
310-
"## 3. Train the LSTM <a name=\"train\"></a>"
310+
"## 5. Train the LSTM <a name=\"train\"></a>"
311311
]
312312
},
313313
{
@@ -416,7 +416,7 @@
416416
"id": "d64e02d2-84dc-40c8-8446-40c09adf1e20",
417417
"metadata": {},
418418
"source": [
419-
"# 3. Generate text using the LSTM"
419+
"## 6. Generate text using the LSTM"
420420
]
421421
},
422422
{

0 commit comments

Comments
 (0)