Skip to content

Commit f3cc81a

Browse files
authored
Update pitch_spelling.ipynb
asap's note_alignment branch was moved to main, so updating in notebook.
1 parent 0061638 commit f3cc81a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/03_mlflow/pitch_spelling.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
" IN_COLAB = False\n",
8080
"\n",
8181
"if IN_COLAB:\n",
82-
"\t!pip install partitura\n",
82+
"\t!pip install git+https//github.com/cpjku/partitura.git@develop\n",
8383
"\t!pip install pytorch_lightning"
8484
]
8585
},
@@ -126,7 +126,7 @@
126126
"source": [
127127
"if IN_COLAB:\n",
128128
"\tif not os.path.exists(\"./asap-dataset\"):\n",
129-
"\t\t!git clone -b note_alignments --single-branch https://github.com/CPJKU/asap-dataset.git\n",
129+
"\t\t!git clone --single-branch https://github.com/CPJKU/asap-dataset.git\n",
130130
"\tDATASET_DIR = os.path.normpath(\"./asap-dataset\")\n",
131131
"else:\n",
132132
"\timport sys, os\n",

0 commit comments

Comments
 (0)