Skip to content

Release v0.4.0

Choose a tag to compare

@github-actions github-actions released this 31 May 08:54

Changelog

0.4.0 - 2021-05-31

Various improvements on music module and some critical bug fixes.

Enhancement

  • Improve the peak finding and thresholding strategy for more stable and better performance.
  • Modify the feeding strategy of feature slices with adjustable overlapping rate while making predictions.
  • Apply learning rate scheduler for music module.
  • Replace the usage of custom training loop of music module with the built-in TF .fit() function.

Bugs

  • Fix a critical bug of inference of music module that would lead to missing onsets.
  • Fix generation of pertubation of vocal module while training.

Documentation

  • Merge the demo page into master from build_doc branch.