Releases: MTG/DCASE-models
Releases · MTG/DCASE-models
v0.2.0-rc2
Compared to 0.2.0-rc1, this release includes:
- Add tensorflow2 compatibility
- Add new tests
- Fix minor bugs
v0.2.0-rc0
This is the first candidate release of v0.2.0.
- New Features extractors:
MFCC
andVGGishEmbeddings
- Add
PCA
toVGGish
model - Add progress bar in
change_sampling_rate
andprocess
functions - Add
pad_audio
andconvert_to_sequences
functions inFeatureExtractor
- Fix minor bugs
0.2.0-rc1
Compared to 0.2.0-rc0, this release includes:
- Add new tests and CI in the repository
- Fix minor bug in
FeatureExtractor.pad_audio()
. The padding was larger than necessary in version 0.1. This might slightly change the result of the padding.