keras-team/keras

Progress bar crash when empty dataset

stridge-cruxml opened this issue · 4 comments

I accidentally filtered out all examples and tried to evaluate on an empty dataset.
Was getting a confusing crash in the progress bar code as self.target == 0.

See here

Could you please share an example to reproduce the reported behavior. Thanks