jeusdi@deep:~/Downloads/DeepBach$ python deepBach.py
Traceback (most recent call last):
File "deepBach.py", line 7, in <module>
from DatasetManager.chorale_dataset import ChoraleDataset
File "/home/jeusdi/Downloads/DeepBach/DatasetManager/chorale_dataset.py", line 2, in <module>
import torch
ModuleNotFoundError: No module named 'torch'
I'm getting this message:
I've eprformed succesfully:
After that this is the content folder:
After having installed musescore I'm trying to perform
python deepBach.py
but I'm getting above message.Any ideas?