Skip to content

Commit 97123da

Browse files
author
Jessica Lin
authored
Merge pull request #664 from pytorch/jlin27-cpp-frontend-remove-conv5
Remove erroneous conv5
2 parents a300b1d + fa40da4 commit 97123da

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

advanced_source/cpp_frontend.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -787,12 +787,6 @@ modules in the ``forward()`` method of a module we define ourselves:
787787
.transposed(true)),
788788
batch_norm3(64),
789789
conv4(nn::Conv2dOptions(64, 1, 4)
790-
.stride(2)
791-
.padding(1)
792-
.with_bias(false)
793-
.transposed(true)),
794-
batch_norm4(64),
795-
conv5(nn::Conv2dOptions(64, 1, 4)
796790
.stride(2)
797791
.padding(1)
798792
.with_bias(false)

0 commit comments

Comments
 (0)