You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The real-time progress table doesn't show up when training using a dataset formatted with ImageDataGenerator. Here is my code when using ImageDataGenerator (that doesn't work):
🐛 Bug description
The real-time progress table doesn't show up when training using a dataset formatted with
ImageDataGenerator
.Here is my code when using
ImageDataGenerator
(that doesn't work):And here is the working code using a
X_train
,Y_train
,X_val
andY_val
method:(don't worry for the weird stats, it was just a demo training on 10 images)
Environment
The text was updated successfully, but these errors were encountered: