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
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
Hi, thanks for this fantastic work.
But I notice there is only forward implementation of TSN in this project, backward prop is missing.
According to original paper, eq(5) in [L. Wang, TPAMI, 2019] , the gradient should be divided by "K", the number of segments.
[L. Wang, TPAMI, 2019] L. Wang, et al. "Temporal Segment Networks for Action Recognition in Videos", TPAMI VOL. 41, NO. 11 2019.
Hi, thanks for this fantastic work.
But I notice there is only forward implementation of TSN in this project, backward prop is missing.
According to original paper, eq(5) in [L. Wang, TPAMI, 2019] , the gradient should be divided by "K", the number of segments.
[L. Wang, TPAMI, 2019] L. Wang, et al. "Temporal Segment Networks for Action Recognition in Videos", TPAMI VOL. 41, NO. 11 2019.