nbgundavarapu

Results 4 issues of nbgundavarapu

Hi team! The paper and the accompanying codebase are really great! We are trying to use S4 for a different problem and there are a lot of engineering details that...

Hi authors, How are the durations in lvu_durations.csv computed? The last 20s in most videos show preview for other videos. Does lvu_durations.csv show the number of seconds in the video...

Hi authors, I'm getting NaNs in the training loss in the first epoch itself. I've tried 3 different seeds on relationship task, and it resulted in NaNs each time. Is...

ReduceLROnPlateau by default assumes a "min" metric (https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ReduceLROnPlateau.html) `mode ([str](https://docs.python.org/3/library/stdtypes.html#str)) – One of min, max. In min mode, lr will be reduced when the quantity monitored has stopped decreasing; in...