Skip to content

Commit

Permalink
add note about possible UI bug to colab
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 440400574
  • Loading branch information
iansimon authored and Magenta Team committed Apr 8, 2022
1 parent ab9a85d commit 2151004
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mt3/colab/music_transcription_with_transformers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,10 @@
"\n",
"MODEL = \"mt3\" #@param[\"ismir2021\", \"mt3\"]\n",
"\n",
"#@markdown Note: sometimes this cell appears to still be executing when it has\n",
"#@markdown in fact completed, possibly due to a Colab UI bug. If you're unsure,\n",
"#@markdown try running the next cell.\n",
"\n",
"checkpoint_path = f'/content/checkpoints/{MODEL}/'\n",
"\n",
"load_gtag()\n",
Expand Down

0 comments on commit 2151004

Please sign in to comment.