MIScnn icon indicating copy to clipboard operation
MIScnn copied to clipboard

Bug in split_validation

Open emmanuel-nwogu opened this issue 2 years ago • 1 comments
trafficstars

There is a bug in split_validation(): At this line, we create cb_list based on save_models but we never pass it to model.evaluate(). This means that your model will never be saved no matter what you pass in for save_models.

cc @muellerdo

emmanuel-nwogu avatar May 10 '23 06:05 emmanuel-nwogu

You are absolutely right! Thanks for spotting this bug. :)

I will try to fix it, ASAP.

Best Regards, Dominik Müller

muellerdo avatar May 10 '23 09:05 muellerdo