Open kk3dmax opened 3 years ago
Why the pool kernel = 1? I think it should be 2 (my understanding is that kernel = 1 won't do max pooling correctly. line 175: x.append(F.max_pool2d(x[-1], 1, 2, 0))
No one can confirm this?
I have the same question too.
❓ Questions and Help
Why the pool kernel = 1? I think it should be 2 (my understanding is that kernel = 1 won't do max pooling correctly. line 175: x.append(F.max_pool2d(x[-1], 1, 2, 0))