Skip to content

Commit

Permalink
Corrected missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
asigalov61 authored Dec 30, 2024
1 parent 52881db commit 43f20a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataset_preprocess.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"import MIDI \n",
"# Note: The original MIDI.py has poor performance because list.pop(0) has poor performance on some pythons or machines. I changed it to list = list[1:]\n",
"\n",
"import os\n",
"import glob\n",
"import re\n",
"from tqdm import tqdm\n",
Expand Down

0 comments on commit 43f20a8

Please sign in to comment.