tsurumeso / vocal-remover

Vocal Remover using Deep Neural Networks
MIT License
1.47k stars 215 forks source link

error #23

Closed 404000 closed 3 years ago

404000 commented 4 years ago

Traceback (most recent call last): File "inference.py", line 11, in from lib import dataset File "C:\Users\DESKTOP\Desktop\vocal-remover\lib\dataset.py", line 10, in class VocalRemoverValidationSet(torch.utils.data.Dataset): AttributeError: module 'torch.utils' has no attribute 'data'

tsurumeso commented 4 years ago

Please update your PyTorch version to 1.3.0 or above.

404000 commented 4 years ago

I have pytorch latest version 1.5.0