YatingMusic / MuseMorphose

PyTorch implementation of MuseMorphose (published at IEEE/ACM TASLP), a Transformer-based model for music style transfer.
MIT License
174 stars 33 forks source link

'scipy' is missing #6

Closed tanchihpin0517 closed 1 year ago

tanchihpin0517 commented 1 year ago

'scipy' is required while computing attributes classes

Traceback (most recent call last):
  File "/home/tanch/workspace/MuseMorphose/attributes.py", line 1, in <module>
    from utils import pickle_load
  File "/home/tanch/workspace/MuseMorphose/utils.py", line 3, in <module>
    from scipy.spatial import distance
ModuleNotFoundError: No module named 'scipy'
tanchihpin0517 commented 1 year ago

Sorry it's my carelessness. Just close it.