Dan Biderman
Dan Biderman
@prateekdhawalia --- it's definitely a new one; i'm on a paternity leave, @themattinthehatt will assist you soon. please do try to checkout `develop` branch and let us know if you...
@themattinthehatt when you have a chance please merge `develop` --> `main`?
@JanuszL thanks, I'll try using `file_list` -- I can definitely define `start_frame` and `end_frame` ahead of time. Are there any modifications needed if I have no labels, just a a...
Thanks @JanuszL, I agree with your diagnostics. This error is not consistent, there seems to be some randomness about when it occurs; I'll keep you posted.
@JanuszL @szalpal -- thanks for the quick and elegant solution. defining `sequence_length=5, step=1, random_shuffle=False` works fine for me. see images: first `pipe.run()` second `pipe_run()` This is exactly what I need...
@JanuszL hello, That's clear. I've started doing something like that in torch after getting a batch from DALI. Would it be beneficial, performance-wise, to do the tensor slicing in DALI?
@JanuszL -- No need for further processing after reshaping. Let me give it a try in torch and report back. Thanks for the help.
@JanuszL @szalpal Hey, so i've made some progress. wanted to verify the following -- I need to define two pytorch dataloaders, relying on DALI video readers as discussed above. 1....
These work fine for me. I will say that when I enumerate the `LightningWrapper` manually, I get the expected number of batches and the expected behavior in the last batch....
@JanuszL let me make one repro for you.