Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MidiDataset optimizations #68

Merged
merged 11 commits into from
Nov 22, 2023
Prev Previous commit
Next Next commit
remove functools import
  • Loading branch information
honglu2875 committed Nov 10, 2023
commit 6e58f0985b8f445adb7e2ee8de10c325a1ecb930
1 change: 0 additions & 1 deletion aria/data/midi.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Utils for data/MIDI processing."""
import functools
import hashlib
import json
import re
Expand Down