Skip to content

Releases: MTG/DCASE-models

v0.2.0-rc2

27 Oct 10:47
6110349
Compare
Choose a tag to compare
v0.2.0-rc2 Pre-release
Pre-release

Compared to 0.2.0-rc1, this release includes:

  • Add tensorflow2 compatibility
  • Add new tests
  • Fix minor bugs

v0.2.0-rc0

29 Apr 00:21
Compare
Choose a tag to compare
v0.2.0-rc0 Pre-release
Pre-release

This is the first candidate release of v0.2.0.

  • New Features extractors: MFCC and VGGishEmbeddings
  • Add PCA to VGGish model
  • Add progress bar in change_sampling_rate and process functions
  • Add pad_audio and convert_to_sequences functions in FeatureExtractor
  • Fix minor bugs

0.2.0-rc1

29 Apr 15:21
610c2cb
Compare
Choose a tag to compare
0.2.0-rc1 Pre-release
Pre-release

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.

v0.1.1

29 Apr 00:06
Compare
Choose a tag to compare

This version fixes minor bugs in v0.1.0 and updates the documentation.