DALI_pytorch_demo icon indicating copy to clipboard operation
DALI_pytorch_demo copied to clipboard

Contact you

Open JuanFMontesinos opened this issue 4 years ago • 1 comments

Hi, I was looking at your snippet and I was wondering if you have experimented with other kind of data. As far as I can see this DALI library (I've been trying to find examples) is intented to be used for specific kind of data, right?

Pytorch dataset is flexible as you can code almost everything. Is it possible such flexibility here? is it restricted to premade image/audio/video loader?

As far as I can see it's only possible to use the system as dataloader. Is it possible to make use only of GPU accelerated video/image decoding tools in a normal pytorch dataset class?

JuanFMontesinos avatar Jul 18 '20 02:07 JuanFMontesinos

This example is purely for image loading. DALI itself has added support for many other datatypes, such as audio. I suggest you check out the official docs, there's some examples in there now for other datatypes

yaysummeriscoming avatar Jul 20 '20 13:07 yaysummeriscoming