Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BREAKING] Remove parametric modeling code #95

Merged
merged 2 commits into from
Dec 2, 2023
Merged

[BREAKING] Remove parametric modeling code #95

merged 2 commits into from
Dec 2, 2023

Conversation

sdatkinson
Copy link
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
1 check passed
@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>
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