Skip to content

Commit

Permalink
Add "nano" info to easy colab (#286)
Browse files Browse the repository at this point in the history
Add "nano" info
  • Loading branch information
mikeoliphant authored Jun 24, 2023
1 parent f743c03 commit 8f66282
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/train/easy_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand All @@ -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",
")"
Expand Down

0 comments on commit 8f66282

Please sign in to comment.