Steven Atkinson
Steven Atkinson
PyTorch is no longer shipping packages to conda:  Move over to a `pip` / `requirements.txt`-based install. Feels like this'll simplify things nicely😄 Also probably have to update the documetnation
# What Add this package to conda-forge so that `conda install -c conda-forge neural-amp-modeler` works. # How https://conda-forge.org/docs/maintainer/adding_pkgs/ # Why I need to remember why I wanted this. I believe...
See: https://setuptools.pypa.io/en/latest/pkg_resources.html E.g. https://github.com/sdatkinson/neural-amp-modeler/blob/52640d6293612d5a946c3bd9122676f6905ebd66/nam/models/base.py#L61 etc
A variety of users have reported trouble upgrading from v0.7.0 to v0.10.0. Example below. * Operating system: macOS (unsure if Windows users) * Package management: probably via conda. * Unsure...
This Issue is for getting some basic proof-of-concept code implemented that makes changes to the settings.ini file. I'd propose simply writing the current installed version of the plugin to the...
https://github.com/sdatkinson/NeuralAmpModelerPlugin/actions/runs/11587750860/job/32287315008#step:7:11 https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Need to wrap the checkpointing callback with a retrying
EOL is this month.
**Is your feature request related to a problem? Please describe.** Counterpart to #594 but for arbitrary compositions that can be expressed as directed acyclic graphs (DAGs). This is more complex...
Need to pre-install torchvision along with torch