-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
In trying to solve #36, I found that this warning
WARNING:tensorflow:Keras is training/fitting/evaluating on array-like data. Keras may not be optimized for this format, so if your input data format is supported by TensorFlow I/O (https://github.com/tensorflow/io) we recommend using that to load a Dataset instead.
is duplicated so many times in my Jupyter notebook that it explodes my browser's RAM usage and freezes my computer! Recommend only printing unique warnings, but no clue how to implement that. Setting model.fit option verbose=0 suppresses most of the spam, but this warning gets through :/ I assume that the solution to this would also make setting verbose=0 less important.
Metadata
Metadata
Assignees
Labels
No labels