Skip to content

Commit 9fb12b3

Browse files
authored
Update build_model_tutorial.py
1 parent 004c9ce commit 9fb12b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

beginner_source/quickstart/build_model_tutorial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ def forward(self, x):
130130
# Now that we have flattened our tensor dimension we will apply a linear layer
131131
# transform that will calculate/learn the weights and the bias.
132132
#
133-
134133
# From the docs:
135134
#
136135
# ``torch.nn.Linear(in_features: int, out_features: int, bias: bool = True)``

0 commit comments

Comments
 (0)