Conv3x3

class torchelie.nn.Conv3x3(in_ch: int, out_ch: int, stride: int = 1, bias: bool = True)

A 3x3 Conv2d with ‘same’ padding