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

Bug fix for DatasetConfig #147

Closed reheinrich closed 5 months ago

reheinrich commented 5 months ago

The parameters class_weights_loss and class_weights_sampler cannot currently be specified in the DatasetConfig during initialization because the type hints are missing. This needs to be fixed.