diff --git a/bin/train/easy_colab.ipynb b/bin/train/easy_colab.ipynb index 10391c6a..282d5378 100644 --- 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", ")"