pytorch_misc icon indicating copy to clipboard operation
pytorch_misc copied to clipboard

unet_demo.py: fix nn.Conv2d argument order

Open maxpietsch opened this issue 4 years ago • 0 comments

The padding and stride arguments are swapped in BaseConv. Note that this does not fix that the architecture does not work with stride != 1.

maxpietsch avatar Feb 19 '21 16:02 maxpietsch