Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module naimed trainer #35

Closed
ghost opened this issue Jul 2, 2019 · 2 comments
Closed

No module naimed trainer #35

ghost opened this issue Jul 2, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 2, 2019

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
Copy link
Author

ghost commented Jul 12, 2019

Had to downgrade pytorch

@ghost ghost closed this as completed Jul 12, 2019
@markhanslip
Copy link

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

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant