Michał Zientkiewicz
Michał Zientkiewicz
@ronzhou18 I've run extensive tests on an example and while the working set of the process indeed grows, I couldn't observe any growth coming from nvjpeg. I'll run some more...
I wrote a C++ equivalent of the test program to exclude any leaks in Python and ran it through valgrind. It shoes exactly the same state of the heap after...
@ronzhou18 Did you experience any low-memory condition due to the effect, or is it just an observation of an otherwise healthy program? Also, I think the link you provided at...
@LSC527 In general DALI is not capturable. We can investigate, but it's unlikely that a fix is possible on DALI's side if MXNet runs on stream 0.
@sjbling I'm not sure I understand your problem correctly. You say that there's a CTWH tensor - doesn't it mean that your images are already decoded? Please describe your desired...
The error says that the ordering of axes doesn't reflect the layout in memory or that there's some extra padding there. It's very likely that the real data layout is...
Hmm... have you marked your `external_source` as having 2 outputs? This list looks like it could be consumed by a non-batched external source with 2 outputs: ```Python data1, data2 =...
@sjbling Sorry for late reply. > but the callback return can be a list, right? W No, an external source callback must produce something that implements Python buffer protocol (numpy...
@danbider Thanks for reporting the issue. Please provide details on how to reproduce the issue: - hardware configuration (number and type of GPUs) - training scripts and command lines -...
Hello @Hughen The plot that you show doesn't indicate a significant leak - it looks like it asymptotically converges to some peak value. If you provide a dataset (or point...