From ed2e4883177ccde4894edd699285c768dc373aa7 Mon Sep 17 00:00:00 2001 From: Steven Atkinson Date: Tue, 5 May 2026 16:11:20 -0700 Subject: [PATCH 1/2] Update neural-amp-modeler version to 0.13 --- notebook.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook.ipynb b/notebook.ipynb index 94e55f2..60957e0 100644 --- a/notebook.ipynb +++ b/notebook.ipynb @@ -55,7 +55,7 @@ " # Check what we're starting with (Issue 399)\n", " !if [ ! -d logs ]; then mkdir logs; fi\n", " !pip list > logs/packages.log\n", - " !pip install neural-amp-modeler==0.12 >& logs/install.log\n", + " !pip install neural-amp-modeler==0.13 >& logs/install.log\n", " # Hint: use the next line instead for the very latest!\n", " # !pip install git+https://github.com/sdatkinson/neural-amp-modeler.git@main\n", "\n", From 1e04f085406fb15b4a944a127fc7282bbcf228d1 Mon Sep 17 00:00:00 2001 From: Steven Atkinson Date: Wed, 13 May 2026 00:00:34 -0700 Subject: [PATCH 2/2] Remove architecture arg --- notebook.ipynb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/notebook.ipynb b/notebook.ipynb index 60957e0..55f96d2 100644 --- a/notebook.ipynb +++ b/notebook.ipynb @@ -74,7 +74,6 @@ "\n", "#@markdown # Training parameters\n", "epochs = 100 #@param {type: \"number\"}\n", - "architecture = \"standard\" #@param [\"standard\", \"lite\", \"feather\", \"nano\"] {type: \"string\"}\n", "latency_samples = \"auto\" #@param {type: \"string\"}\n", "ignore_checks = False #@param {type: \"boolean\"}\n", "\n", @@ -144,7 +143,6 @@ "%tensorboard --logdir /content/lightning_logs\n", "run(\n", " epochs=epochs,\n", - " architecture=architecture,\n", " ignore_checks=ignore_checks,\n", " user_metadata=user_metadata,\n", " delay=_parse_latency(latency_samples)\n", @@ -200,4 +198,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} +} \ No newline at end of file