ZLiu
Results
1
issues of
ZLiu
The conv in original is ==>Basic() ==>torch.nn.Conv2d(in_channels=intInput, **out_channels=intOutput,** ...) Yours is ==>_conv_module() ==>torch.nn.Conv2d(in_channels, **in_channels,** kernel, stride, padding) The channel is different.