Skip to content

Commit

Permalink
Merge pull request #33 from asigalov61/main
Browse files Browse the repository at this point in the history
Corrected missing import
  • Loading branch information
SkyTNT authored Dec 31, 2024
2 parents 52881db + 43f20a8 commit f504d5c
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 f504d5c

Please sign in to comment.