Skip to content

[BREAKING] Remove parametric modeling code#95

Merged
sdatkinson merged 2 commits into
mainfrom
issue-81
Dec 2, 2023
Merged

[BREAKING] Remove parametric modeling code#95
sdatkinson merged 2 commits into
mainfrom
issue-81

Conversation

@sdatkinson

Copy link
Copy Markdown
Owner

Resolves #81.

Also renaming "params" variables to "weights" where it's referring to model weights (aka parameters, but since I've used "parametric" in NAM to refer to modeling that's parameterized wrt "real world" parameters, I want it to not be confusing).

Note: I've attempted to leave in hooks in locations where extending this library's classes to recover the parametric functionality can be done by downstream projects who are interested in it without having to tear up too much code. Hence the virtual methods in the WaveNet, e.g.

@sdatkinson sdatkinson merged commit 3d4a71f into main Dec 2, 2023
@sdatkinson sdatkinson deleted the issue-81 branch December 2, 2023 05:13
EdwardPayne added a commit to EdwardPayne/NeuralAmpModelerReamping that referenced this pull request Dec 30, 2023
* Move pre-warm to DSP and call it in get_dsp() (sdatkinson#90)

* Add nam namespace (sdatkinson#93)

* Fix tools (sdatkinson#94)

* [BREAKING] Remove parametric modeling code (sdatkinson#95)

* Get rid of parametric modeling code

* Virtual set condition array

* Bump version to 0.1.0

---------

Co-authored-by: Mike Oliphant <oliphant@nostatic.org>
Co-authored-by: Steven Atkinson <steven@atkinson.mn>
synchu pushed a commit to synchu/NeuralAmpModelerCore that referenced this pull request Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove parametric model code

1 participant