Skip to content

How do I fit tensorflow ImageDataGenerator

I’ve build my model, but do not know how to fit it. Could anyone give me some tip so I can use ImageDataGenerator in my models while working with images, or it is better to use other ways like using Dataset? My directory architecture: PS: I found article where same method used and everything seems to wo…