Skip to content

Releases: sdatkinson/neural-amp-modeler

Version 0.7.1

27 Jul 06:50
5245fd1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

Version 0.7.0

17 Jul 03:43
3cf65f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

Version 0.6.0

12 Jun 04:42
cd44809
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.6.0

Version 0.5.2

27 Apr 02:13
f1888dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

Version 0.5.1

26 Apr 01:59
c6e88df
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

Version 0.5.0

26 Feb 01:50
8191f36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

Version 0.4.0

03 Sep 23:39
50c247a
Compare
Choose a tag to compare

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.

Version 0.3.0

21 Jul 03:03
ced3ec4
Compare
Choose a tag to compare

Version 0.3

New features

  • Hypernet parametric model (#23) (Not supported by plugin yet)
  • DC loss (#31)
  • ESR loss (#33)
  • LSTM model (#35)
  • Conditional LSTM model (#36)

Version 0.2.1

17 Jul 23:11
1c53cba
Compare
Choose a tag to compare

Mainly bug fixes and a new way to run using Colab.

New features

Bug fixes

  • delay=0 no longer deletes data in nam.data.Dataset (Issue 15)
  • setup.py now properly installs (Issue 16)

Version 0.2.0

04 May 00:52
Compare
Choose a tag to compare

Version 0.2

Complete rework

  • Switch from TensorFlow1 to PyTorch Lightning as the ML framework.
  • Complete rework of training/running/exporting scripts.
  • Linear model (i.e. an impulse response)
  • Convolutional neural net model
  • Exporting utility for use with https://github.com/sdatkinson/iPlug2