sounakdey/SigNet

Subsample in first layer

nishanthballal-9 opened this issue · 0 comments

As per my understanding the parameter subsample in Convolution2d is strides in a convolution. And according to the paper the stride for the first convolution layer is 1. However in the code, subsample in first layer is set to (4, 4). Could you please clear if it is supposed to be a stride of 1 or 4?