neural-amp-modeler

Neural network emulator for guitar amplifiers
Log | Files | Refs | README | LICENSE

commit a834cfbd168f0b27ad56c4a3aee9e1e40f91a8cf
parent 5304a28f26daf5e5d0c387fbfc9037e8c9092f75
Author: Steven Atkinson <steven@atkinson.mn>
Date:   Sat,  1 Apr 2023 14:29:39 -0700

Update easy_colab.ipynb

Track latest release (v0.5.0 currently) instead of the very latest on
main

Diffstat:
Mbin/train/easy_colab.ipynb | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/train/easy_colab.ipynb b/bin/train/easy_colab.ipynb @@ -72,7 +72,8 @@ }, "outputs": [], "source": [ - "!pip install git+https://github.com/sdatkinson/neural-amp-modeler.git@main\n", + "# If you want the bleeding edge, replace \"v0.5.0\" with \"main\"\n", + "!pip install git+https://github.com/sdatkinson/neural-amp-modeler.git@v0.5.0\n", "\n", "from nam.train.colab import run\n", "%load_ext tensorboard" @@ -157,7 +158,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.6 | packaged by conda-forge | (main, Oct 24 2022, 16:02:16) [MSC v.1916 64 bit (AMD64)]" + "version": "3.10.6" }, "orig_nbformat": 4, "vscode": {