frankkramer-lab / MIScnn

A framework for Medical Image Segmentation with Convolutional Neural Networks and Deep Learning
GNU General Public License v3.0
398 stars 116 forks source link

Bug in split_validation #168

Open emmanuel-nwogu opened 1 year ago

emmanuel-nwogu commented 1 year ago

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

muellerdo commented 1 year ago

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

I will try to fix it, ASAP.

Best Regards, Dominik Müller