Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@sdatkinson sdatkinson released this 03 Sep 23:39
· 169 commits to main since this release
50c247a

New features

  • Pre-emphasis filter and loss (#42)
  • WaveNet and CatWaveNet models (#43)

Bug fixes and performance improvements

  • Fix bug exporting parametric models (#41)
  • Remove redundant "nx" in data set config; let the model provide it w/ its receptive field.
  • Faster data indexing in ConcatDatasets with many data sets (#45)
  • Miscellaneous improvements to the LSTM model.
  • Improvements to the Colab notebook.