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
After I upgrade keras to keras 3, I notice that the attribute "fit_generator" has been removed (I can't find it in any file in keras3 with grep) which doesn't been mentioned in release announcement or this issue. I'm wondering if it will be brought back in future or not.
Thanks.
The text was updated successfully, but these errors were encountered:
So after I read through keras 3 API documentation, I found a new class keras.utils.PyDataset replaced the old class keras.utils.Sequence, and it can be used in attribute fit directly.
Hi,
After I upgrade keras to keras 3, I notice that the attribute "fit_generator" has been removed (I can't find it in any file in keras3 with
grep
) which doesn't been mentioned in release announcement or this issue. I'm wondering if it will be brought back in future or not.Thanks.
The text was updated successfully, but these errors were encountered: