Skip to content

Commit

Permalink
hide few noisy cells
Browse files Browse the repository at this point in the history
  • Loading branch information
genisplaja committed Dec 4, 2024
1 parent 4470f41 commit 9a80180
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
5 changes: 2 additions & 3 deletions webbook/resources/exploring-performance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@
},
{
"cell_type": "code",
"execution_count": 94,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1404,8 +1404,7 @@
" ftanet_pitch_track[:, 0], ftanet_pitch_track[:, 1],\n",
" color=\"black\", label=\"FTANet-Carnatic\",\n",
")\n",
"plt.legend()\n",
"plt.savefig('/Users/thomasnuttall/for_xavier/pitch_track.png')"
"plt.legend()"
]
},
{
Expand Down
22 changes: 19 additions & 3 deletions webbook/rhythmic_analysis/meter_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": [
"remove-output"
]
},
"outputs": [],
"source": [
"# installing mirdata from master branch, including fix for Carnatic Rhythm dataset\n",
Expand All @@ -61,14 +65,26 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": [
"remove-output"
]
},
"outputs": [],
"source": [
"cmr = compiam.load_dataset(\n",
" \"compmusic_carnatic_rhythm\",\n",
" data_home=os.path.join(\"../audio/mir_datasets\"),\n",
" version=\"full_dataset\"\n",
")\n",
")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"cmr"
]
},
Expand Down

0 comments on commit 9a80180

Please sign in to comment.