Skip to content

Commit

Permalink
Merge branch 'develop' into feat/sseriouss-finetune-wavlm
Browse files Browse the repository at this point in the history
  • Loading branch information
hbredin authored Nov 8, 2024
2 parents 853d32f + 053b3ab commit 803e1b3
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 303 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@

## develop

### Breaking changes

- BREAKING(task): drop support for `multilabel` training in `SpeakerDiarization` task
- BREAKING(task): drop support for `warm_up` option in `SpeakerDiarization` task
- BREAKING(task): drop support for `weigh_by_cardinality` option in `SpeakerDiarization` task
- BREAKING(task): drop support for `vad_loss` option in `SpeakerDiarization` task

### New features

- feat: add support for `k-means` clustering
- feat: add `"hidden"` option to `ProgressHook`
- feat: add `FilterByNumberOfSpeakers` protocol files filter
- feat(clustering): add support for `k-means` clustering
- feat(model): add `wav2vec_frozen` option to freeze/unfreeze `wav2vec` in `SSeRiouSS` architecture
- feat(task): add support for manual optimization in `SpeakerDiarization` task
- feat(utils): add `hidden` option to `ProgressHook`
- feat(utils): add `FilterByNumberOfSpeakers` protocol files filter

### Fixes

Expand Down
Loading

0 comments on commit 803e1b3

Please sign in to comment.