wkentaro / pytorch-fcn

PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

padding=100

LynnHg opened this issue · comments

commented

would you mind tell me why is the first conv's padding =100?( self.conv1_1 = nn.Conv2d(3, 64, 3, padding=100))

Please refer to #40

commented

thanks!

Do you know how to add padding=100, in Keras?