Skip to content
Open
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
3 changes: 3 additions & 0 deletions mt3/colab/music_transcription_with_transformers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
"# copy soundfont (originally from https://sites.google.com/site/soundfonts4u)\n",
"!gsutil -q -m cp gs://magentadata/soundfonts/SGM-v2.01-Sal-Guit-Bass-V1.3.sf2 .\n",
"\n",
"#Install the correct version of the jax package\n",
"!pip install jax==0.3.15\n",
"\n",
"import json\n",
"import IPython\n",
"\n",
Expand Down