ctlearn-project / ctlearn

Deep Learning for IACT Event Reconstruction
BSD 3-Clause "New" or "Revised" License
52 stars 43 forks source link

Bug fix for resuming the training properly #179

Closed TjarkMiener closed 1 year ago

TjarkMiener commented 1 year ago

When resuming the training the validation loss of the best performing checkpoint was not track. CTLearn/keras uses the default initial value which is inf. This bug fix allows to resume training properly. Related to keras issue #12803.