-
Notifications
You must be signed in to change notification settings - Fork 313
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
invalid parent class name nn.Decorator #419
Comments
You should update the nn module, try reinstalling torch or install a new version of nn:
|
@JoostvDoorn Thank you for your suggestion. Finally I solved this problem by Element-Research/dpnn#91 |
@zhFuECL please don't forget close this. |
I followed dpnn#91 instructions, and I still get the same error while including rnn library, @zhFuECL can you please elaborate how you solved it? |
@idansc please refer to @pranas solution Element-Research/dpnn#91:
|
@tastyminerals Thanks! Actually I solved it by installing latest torch, nn and dpnn. Probably torch is now using the newer version of nn. |
After I installed rnn following the instrument, I had the error here:
The text was updated successfully, but these errors were encountered: