We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0061638 commit f3cc81aCopy full SHA for f3cc81a
notebooks/03_mlflow/pitch_spelling.ipynb
@@ -79,7 +79,7 @@
79
" IN_COLAB = False\n",
80
"\n",
81
"if IN_COLAB:\n",
82
- "\t!pip install partitura\n",
+ "\t!pip install git+https//github.com/cpjku/partitura.git@develop\n",
83
"\t!pip install pytorch_lightning"
84
]
85
},
@@ -126,7 +126,7 @@
126
"source": [
127
128
"\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",
+ "\t\t!git clone --single-branch https://github.com/CPJKU/asap-dataset.git\n",
130
"\tDATASET_DIR = os.path.normpath(\"./asap-dataset\")\n",
131
"else:\n",
132
"\timport sys, os\n",
0 commit comments