yizhilll / MERT

Official implementation of the paper "Acoustic Music Understanding Model with Large-Scale Self-supervised Training".
Apache License 2.0
301 stars 18 forks source link

ModuleNotFoundError: No module named 'datasets' #2

Closed yygg678 closed 1 year ago

yygg678 commented 1 year ago

python MERT/scripts/MERT_demo_inference.py Traceback (most recent call last): File "MERT/scripts/MERT_demo_inference.py", line 7, in from datasets import load_dataset ModuleNotFoundError: No module named 'datasets'