I don’t usually use ImageDataLoaders
. I find Datablock
api to be very easy and extremely versatile . In this case, you could do it with DataBlock
api. See muellerzr vision course for examples in how to use ImageDataLoader
, DataBlock
and Dataset
apis.
3 Likes