qijiezhao / pseudo-3d-pytorch

pytorch version of pseudo-3d-residual-networks(P-3D), pretrained model is supported
MIT License
450 stars 113 forks source link

Stride is always set to one #32

Open maxim0815 opened 3 years ago

maxim0815 commented 3 years ago

Hey, the stride is given as argument: https://github.com/qijiezhao/pseudo-3d-pytorch/blob/09bba23a218d6a3019b31b4218b2159930294357/p3d_model.py#L12 but it does return the convolution with a stride of always one: https://github.com/qijiezhao/pseudo-3d-pytorch/blob/09bba23a218d6a3019b31b4218b2159930294357/p3d_model.py#L14

Same for conv_T.

Thanks for sharing the code.