commit 8f66282c15d0f562f47fae73f8d10b0108313393
parent f743c037305f60b4e9800866ece4948e7cc508a9
Author: Mike Oliphant <oliphant@nostatic.org>
Date: Sat, 24 Jun 2023 15:34:32 -0700
Add "nano" info to easy colab (#286)
Add "nano" info
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/bin/train/easy_colab.ipynb b/bin/train/easy_colab.ipynb
@@ -159,7 +159,9 @@
"\n",
" \"**lite**\" models will run approximately **1.5 times** faster than \"**standard**\".\n",
"\n",
- " \"**feather**\" models will run more than **2 times** faster than \"**standard**\".\n"
+ " \"**feather**\" models will run more than **2 times** faster than \"**standard**\".\n",
+ "\n",
+ " \"**nano**\" models will run about **2.5 times** faster than \"**standard**\".\n"
]
},
{
@@ -173,7 +175,7 @@
"%tensorboard --logdir /content/lightning_logs\n",
"run(\n",
" epochs=100,\n",
- " architecture=\"standard\", # standard, lite, feather\n",
+ " architecture=\"standard\", # standard, lite, feather, nano\n",
" fit_cab=False, # Change me to True for full-rig modeling!\n",
" ignore_checks=False # Change to True to train anyways with potentially bad data\n",
")"