DiverseBranchBlock icon indicating copy to clipboard operation
DiverseBranchBlock copied to clipboard

Maybe need to reverse `H_pixels_to_pad` & `W_pixels_to_pad`?

Open CiaoHe opened this issue 2 years ago • 0 comments

Hi, I just wonder whether here should be F.pad(kernel, [W_pixels_to_pad, W_pixels_to_pad, H_pixels_to_pad, H_pixels_to_pad]), since the F.pad's padding mode should be set as [padding_left, padding_right, padding_top, padding_bottom https://github.com/DingXiaoH/DiverseBranchBlock/blob/cd627d5089eaa25dedaa258b189fde508586a2f7/dbb_transforms.py#L44

Best

CiaoHe avatar Nov 17 '21 07:11 CiaoHe