Skip to content

Commit c2c30b4

Browse files
fix typo in defining_a_neural_network.py (pytorch#1645)
intialize -> initialize
1 parent f3543da commit c2c30b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/recipes/defining_a_neural_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# -----
3838
#
3939
# 1. Import all necessary libraries for loading our data
40-
# 2. Define and intialize the neural network
40+
# 2. Define and initialize the neural network
4141
# 3. Specify how data will pass through your model
4242
# 4. [Optional] Pass data through your model to test
4343
#

0 commit comments

Comments
 (0)