Skip to content

Commit 327738e

Browse files
committed
modify spelling
saving and loading a general checkpoint.py \n intial -> initial
1 parent 0fd10e6 commit 327738e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes_source/recipes/saving_and_loading_a_general_checkpoint.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# -----
4343
#
4444
# 1. Import all necessary libraries for loading our data
45-
# 2. Define and intialize the neural network
45+
# 2. Define and initialize the neural network
4646
# 3. Initialize the optimizer
4747
# 4. Save the general checkpoint
4848
# 5. Load the general checkpoint
@@ -60,7 +60,7 @@
6060

6161

6262
######################################################################
63-
# 2. Define and intialize the neural network
63+
# 2. Define and initialize the neural network
6464
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6565
#
6666
# For sake of example, we will create a neural network for training

0 commit comments

Comments
 (0)