What's Changed
- [BUGFIX] Fix gated activation code by @sdatkinson in #102
- Bug fix renaming param in header to implementation by @dhilanpatel26 in #106
- simplify vector load from json by @shaforostoff in #105
- Fix wavenet head check by @mikeoliphant in #108
- Remove
nam::DSP::finalize_()
by @sdatkinson in #110 - Define
nam::DSP::Reset
andnam::DSP::ResetAndPrewarm
by @sdatkinson in #111 - More efficient pre-warming using multiple-sample buffers by @sdatkinson in #112
- [BREAKING] Remove
config_path
as input toGetWeights
by @sdatkinson in #119 - CI: Test loading and running models by @sdatkinson in #120
- [FEATURE] Define input and output level calibration functionality for
DSP
by @sdatkinson in #121 - [ENHANCEMENT]
get_dsp
: Set input and output levels while loading models by @sdatkinson in #122 - [Chore] Formatting by @sdatkinson in #128
- [FEATURE] Add support for LeakyReLU activation by @sdatkinson in #127
- [BUGFIX] Handle when calibration fields are present but null-valued by @sdatkinson in #130
- [BUGFIX] Fix gated activations in WaveNet by @sdatkinson in #131
New Contributors
- @dhilanpatel26 made their first contribution in #106
- @shaforostoff made their first contribution in #105
Full Changelog: v0.1.0...v0.2.0