Open maxim0815 opened 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.
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.