Version 0.4.0
This version of NeuralAmpModelerCore should be able to play Architecture A2 when it is finalized.
What's Changed
- Adding activation functions and fast LUT implementation by @jfsantos in #177
- Added multichannel PReLU by @jfsantos in #179
- Added gating activation classes by @jfsantos in #180
- Benchmarking report by @sdatkinson in #182
- [BREAKING] Conv1D manages its own ring buffer by @sdatkinson in #181
- [FEATURE] Grouped convolutions by @sdatkinson in #183
- [FEATURE] Grouped convolutions for
Conv1x1, WaveNetgroups_1x1hyperparameter by @sdatkinson in #184 - [FEATURE] bottlenecks in WaveNet layers by @sdatkinson in #185
- [FEATURE] Support multi-input, multi-output models by @sdatkinson in #187
- Head 1x1 convolution by @jfsantos in #189
- [FEATURE] Optionally process WaveNet conditions with another WaveNet by @sdatkinson in #190
- [FEATURE] Integrate gating & blending activations into WaveNet by @sdatkinson in #193
- Configurable activations by @jfsantos in #194
- [FEATURE] FiLMs in
wavenet::Layerby @sdatkinson in #196 - Fix bugs, add an end-to-end test with a model with all new features by @sdatkinson in #198
- Add documentation by @sdatkinson in #200
- Bump .nam file supported to 0.6.0 by @sdatkinson in #203
- [FEATURE] Softsign activation by @sdatkinson in #205
- [FEATURE] WaveNet: Allow different activations, gating modes, and secondary activations in each layer of a layer array by @sdatkinson in #207
- Refine WaveNet constructors by @sdatkinson in #208
- Add features to
wavenet_a2_max.namby @sdatkinson in #209 - [FEATURE] Grouped 1x1 convolutions in FiLM modules by @sdatkinson in #211
- [FEATURE] WaveNet: Make
layer1x1(formerly1x1) optional, rename.namkey"head_1x1"to"head1x1"by @sdatkinson in #214 - [BUGFIX] Fix performance hit for grouped convolutions by @sdatkinson in #216
- [ENHANCEMENT] Optimized depthwise convolutions by @sdatkinson in #217
- [BUGFIX] WaveNet Factory: Check that condition_dsp is not null by @jfsantos in #220
- [BUGFIX, BREAKING] Make activation base class abstract, fix PReLU implementation by @sdatkinson in #223
- Add TONE3000 support note in README.md by @sdatkinson in #224
- [BUGFIX] Support no head key in WaveNet config by @sdatkinson in #225
New Contributors
Full Changelog: v0.3.0...v0.4.0.rc3