NVIDIA Dali: input-output

Hi all,

I am using Dali 0.15 TFrecordPiepline as a substitute to tf.Data. However i cannot return a list of images from define_graph() function. I can get a pair of image-label from the define_graph() as they can be converted to a Dali-Edge Reference object but the same is not possible for multiple images from the same TFRecord. Also I need to perform a set of tensor operations on Label without converting it explicitly to a numpy array.

Am i missing something in define_graph() or the Pipeline?

Thanks

Hello,

Sorry for the late reply. I see that this question was already answered in Github:
https://github.com/NVIDIA/DALI/issues/1462

Best regards,
Joaquin