DBD-research-group / BirdSet

A benchmark dataset collection for bird sound classification
https://huggingface.co/datasets/DBD-research-group/BirdSet
BSD 3-Clause "New" or "Revised" License
7 stars 7 forks source link

Enable disabling lr_scheduler in configs #158

Closed mo01010010itz closed 3 months ago

mo01010010itz commented 5 months ago

When no lr_scheduler is wanted, the base_module will throw an exception as the parameters are not specified well. When adding the check for is not None, one can set the config: module: lr_scheduler: null

in order to disable lr_scheduler.