nbgundavarapu

Results 5 comments of nbgundavarapu

These lines of code https://github.com/md-mohaiminul/ViS4mer/blob/2a2442bb0fc84b6823150c73b00e713179c59b7c/extract_features/extract_features_lvu_vit.py#L65-L68 suggests that these previews are used in training and evaluation. Could you confirm? Thanks!

Thanks for your reply! Do the downloaded mp4 videos have outro/preview removed? If not, in the following code, outro/preview seems to be included and the same is being used later...

In the above example, could you walk through the above code from your codebase, at i=153? idx = int(184/154*153) = 183 Hence, features[153] = model_fwd(video[183]) In effect, features[153] contains outro...

Thanks! Could you please check and confirm if the reported results in the paper contain outro by any chance in light of the above bug? The current state of the...

I've not been able to solve the NaN issue. I'm working on a reimplementation in jax building upon [annotated-s4](https://github.com/srush/annotated-s4/tree/main/s4) I've tried all the classification tasks. There is a ~1% gap...