You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: