rachelglenn
rachelglenn
Here is what I can put together as an example. I hope that I didn't make any small typos ``` import cupy as cp import imageio class model_data(NamedTuple): image: torch.Tensor...
Yes, I am not surprised. I am not able to get it to work. This is why I am asking for help of how to use a named Tuple in...
I build my pipeline with a graph and have tried using either DALIGenericIterator, DALIRaggedIterator as the iterators. I am not able to get the filename. I have tried following this...
Thank you for the help and a possible work around. Do you know of any examples that use the external source operator?
Thank you. I really appreciate it. Another question. I have a pipeline class defined. Do I have to specify that the data loaded is to go to the gpu? Load...