ctlearn-project / ctlearn

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

Make "save best validation point" configurable #208

Closed TjarkMiener closed 1 month ago

TjarkMiener commented 1 month ago

Please describe the use case that requires this feature. For transfer learning, one might want to resume from trained weights and store after every epoch rather than only when the validation loss improved.

Describe the solution you'd like Introduce config parameter that is passed to the checkpoint callback,

TjarkMiener commented 1 month ago

Closed by #209