top of page
Search

NAM Trainer v0.7.4 is released

  • Steve
  • Jan 13, 2024
  • 1 min read

I've just released a new version of the NAM trainer. The new version is used automatically in the online trainer, and folks training locally on their own computers can update their install from the terminal by typing

pip install --upgrade neural-amp-modeler

What's new?

  1. Support for different sample rates (CLI trainer only). It's now possible to set up training with a set of audio files that aren't at 48kHz. As always, the model will be trainer to run in the same sample rate as the data provided, and the plugin (as of v0.7.6) will automatically resample to meet the needs of the NAM model it's using. The simplified trainers (online and GUI) will continue to support only the standardized audio files, which are in 48k, since I believe that this is good "bang for the buck" for most users, just like the standardized architectures that are also given to choose from.

  2. Data set class registry. This is the counterpart to the model class registry released in v0.7.3. If you want to play around with what data are fed to the model, then you can make your own data set classes. The model and data set registry features in combination should offer quite a bit of extensibility that can cover a lot of use cases, and I've found them really helpful for playing around with new ideas without having to muck around in the main library.

  3. Bug fixes. Everyone loves bug fixes.


Enjoy!


 
 

Recent Posts

See All
A2 is released

Today, I'm releasing Architecture "A2", NAM's new standard neural network recipe for modeling guitar and bass amps. Check out this YouTube video for a walkthrough: If you want a pre-made plugin that p

 
 
Security notice: PyTorch Lightning 2.6.2 and 2.6.3

Published: April 30, 2026 NAM impact: NAM’s training code depends on PyTorch Lightning. Users who installed the affected Lightning versions should take action. Overview A supply-chain security inciden

 
 
NeuralAmpModelerCore v0.5.0 is released

We're one step closer to A2 today, and I've released an update to NeuralAmpModelerCore, version 0.5.0: https://github.com/sdatkinson/NeuralAmpModelerCore/releases/tag/v0.5.0 Builders interested in how

 
 

NEURAL AMP MODELER

©2026 by Steven Atkinson

bottom of page