Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -200,4 +198,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}