The ImageClassifierDataLoader creates a tf.data.Dataset. This structures are lazily evaluated so they don’t load everything to memory until you use them, that’s why they don’t have a size atribute
When you use the from_folder method from the dataloader, it will print how many files it found and will be used later, would that help?