top of page
Search

Trainer version 0.11.0 is released

  • Steve
  • Dec 19, 2024
  • 1 min read

I recently released a new version of the Python package for training models.


As usual, the newest version is automatically used when training with Colab; folks making models locally on their own computers can install the update by typing

pip install --upgrade neural-amp-modeler

Full release notes are available on GitHub.


Just a couple things, but let's go through them quick.


What's new?


  • Some things are deprecated. I've removed the demonstration of ONNX export code for LSTMs because I'm not going to be personally maintaining that integration. If you were using it, then you can always add back the LSTM using an extension.

  • I fixed some dependency problems. They were causing problems when installing from scratch.

  • Some changes to the package's public interface. If you're building with the trainer, have a look at the changes to see how you might need to change your code to use this version.


Enjoy!



 
 

Recent Posts

See All
Trainer v0.12.2 is released

I recently released a new version of the Python package for training models. As usual, the newest version is automatically used when...

 
 
Let's talk about "NAM-to-X"

In the last few months, we've seen an explosion of products from different companies that have benefited from the open-source nature of...

 
 

NEURAL AMP MODELER

©2025 by Steven Atkinson

bottom of page