Open llfzllfz opened 2 years ago
In this class, I find mxpool = F.max_pool2d(x, [h, 1]), and after this, maxpool will be (B, C, 1, W), but in paper, it's (B, C, H, 1). I have miss about it. Please explain, thanks.
mxpool = F.max_pool2d(x, [h, 1])
In this class, I find
mxpool = F.max_pool2d(x, [h, 1])
, and after this, maxpool will be (B, C, 1, W), but in paper, it's (B, C, H, 1). I have miss about it. Please explain, thanks.