Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "nano" info to easy colab #286

Merged
merged 1 commit into from
Jun 24, 2023
Merged
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: 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