Dmitry Kolesnikov

Results 32 comments of Dmitry Kolesnikov

Thank you very much. Yes, this is exactly for Triton, and that's how I plan to use it. I have tested this pipeline, and it works successfully. The only difference...

@glenn-jocher https://docs.nvidia.com/deeplearning/dali/user-guide/docs/operations/nvidia.dali.fn.pad.html **KeyError: 'Argument "pad_height" is not defined for operator "Pad".'** > # Apply padding with centering > padded = fn.pad( > resized, > fill_value=114, > pad_height=[pad_top, pad_bottom], > pad_width=[pad_left,...