Skip to content

Commit 38e4cce

Browse files
committedOct 2, 2021
Fix some section levels
1 parent 9095574 commit 38e4cce

4 files changed

+6
-6
lines changed
 

‎12_custom_models_and_training_with_tensorflow.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5866,7 +5866,7 @@
58665866
"cell_type": "markdown",
58675867
"metadata": {},
58685868
"source": [
5869-
"# 12. Implement a custom layer that performs _Layer Normalization_\n",
5869+
"## 12. Implement a custom layer that performs _Layer Normalization_\n",
58705870
"_We will use this type of layer in Chapter 15 when using Recurrent Neural Networks._"
58715871
]
58725872
},

‎13_loading_and_preprocessing_data.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2693,7 +2693,7 @@
26932693
"cell_type": "markdown",
26942694
"metadata": {},
26952695
"source": [
2696-
"### Using Feature Columns for Parsing"
2696+
"## Using Feature Columns for Parsing"
26972697
]
26982698
},
26992699
{

‎14_deep_computer_vision_with_cnns.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@
19001900
"cell_type": "markdown",
19011901
"metadata": {},
19021902
"source": [
1903-
"### Mean Average Precision (mAP)"
1903+
"## Mean Average Precision (mAP)"
19041904
]
19051905
},
19061906
{

‎15_processing_sequences_using_rnns_and_cnns.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"cell_type": "markdown",
123123
"metadata": {},
124124
"source": [
125-
"### Generate the Dataset"
125+
"## Generate the Dataset"
126126
]
127127
},
128128
{
@@ -228,7 +228,7 @@
228228
"cell_type": "markdown",
229229
"metadata": {},
230230
"source": [
231-
"### Computing Some Baselines"
231+
"## Computing Some Baselines"
232232
]
233233
},
234234
{
@@ -444,7 +444,7 @@
444444
"cell_type": "markdown",
445445
"metadata": {},
446446
"source": [
447-
"### Using a Simple RNN"
447+
"## Using a Simple RNN"
448448
]
449449
},
450450
{

0 commit comments

Comments
 (0)
Please sign in to comment.