deepsound-project / samplernn-pytorch

PyTorch implementation of SampleRNN: An Unconditional End-to-End Neural Audio Generation Model
MIT License
288 stars 75 forks source link

No module naimed trainer #35

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello,

when training, I get the following error. The module trainer doesn't seem to exist ??


cd .. && python train.py --exp TEST --frame_sizes 16 4 --n_rnn 2 --dataset piano
Traceback (most recent call last):
  File "train.py", line 11, in <module>
    from trainer.plugins import (
  File "/home/vincent/samplernn-pytorch/trainer/plugins.py", line 8, in <module>
    from torch.utils.trainer.plugins.plugin import Plugin
ModuleNotFoundError: No module named 'torch.utils.trainer'
ghost commented 5 years ago

Had to downgrade pytorch

markhanslip commented 5 years ago

can you remember which version you downgraded to? I just ran into the same issue