kitzeslab / opensoundscape

Open source, scalable software for the analysis of bioacoustic recordings
http://opensoundscape.org
MIT License
136 stars 16 forks source link

enable custom validation step in model training #917

Closed sammlapp closed 4 days ago

sammlapp commented 10 months ago

for instance, might want to test performance on a suite of 5 test sets (like Perch)

sammlapp commented 3 months ago

refactor of cnn module in lightning branch makes validation step modular in the style of Lightning: can override SpectrogramClassifier.validation_step()