0.6.1
This is a minor bug-fix release relevant for participants of the CADENZA CAD2 Challenge.
The update addresses two key issues in the evaluation of the baseline recipe for task 1:
- The evaluation process did not apply seeding for each track.
- Whisper transcription failed because the file path was passed as a Path object instead of a string.
The latest version can be installed from PyPI
pip install pyclarity
...or using the files attached to this release.
What's Changed
- Fixed the evaluation for CAD2 baseline recipe @groadabike in #409
- Clean config.yaml files for CAD2 baseline recipe @groadabike in #409
Full Changelog: v0.6.0...v0.6.1