Janusz Lisiecki

Results 498 comments of Janusz Lisiecki

Hi @BiaoBiaoLi, Thank you for reaching out. I recommend checking the `synthetic` data_loader to see how fast you can train your network without any data processing overhead. You can read...

@BiaoBiaoLi - in this example I don't believe we use external source, so this option doesn't apply. As I suggested please start with checking if you are truly bottlenecked by...

Hi @Fengzch, Thank you for reaching out. I cannot reproduce this failure. Based on the logs provided, it occurs because [`av_seek_frame`](https://github.com/NVIDIA/DALI/blob/release_v1.40/dali/operators/reader/loader/video/frames_decoder.cc#L533) returns an error code. This function comes from a...

Hi @acecchini , Thank you for reaching out. The main rationale is that DALIDataType enumerates types that DALI can process. In the case of complex numbers, none of the available...

Hi @NickLin910221, Thank you for bringing this to our attention. It appears that the GPU supports this format as input; however, DALI currently requests decoding to NV12 format, while only...

Hi @Voveka98, Thank you for reaching out. It appears there may be a mismatch between your CUDA installation and the DALI version. Could you please share a minimal, complete set...

Hi @Voveka98, Thank you for your response. Unfortunately, the steps you've provided don’t give me enough information to reproduce the DALI error on my end. Regarding your note: > For...

Hi @jilongliao, > [@szalpal](https://github.com/szalpal) i have the commit available, but you probably need to give me permission to push to a branch that i can send the PR. > >...