X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pytorch.git;a=blobdiff_plain;f=dummy.net;h=244696d1ca1f6c9e79816d7cdf3f8cd4a5b63190;hp=31e3a1e2bfc24b7daff4331df22cac9e1e2c6aab;hb=HEAD;hpb=8a6b6efe651113cc3e8eb13cb13059724948bc9d diff --git a/dummy.net b/dummy.net index 31e3a1e..244696d 100644 --- a/dummy.net +++ b/dummy.net @@ -5,4 +5,4 @@ nn.Conv2d(32, 32, 3, padding = 1) nn.MaxPool2d(2) nn.Conv2d(32, 64, 3, padding = 1) nn.MaxPool2d(5) -nn.Conv2d(64, 128, (3, 4)) +nn.Conv2d(64, 64, (3, 4))