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

JBU training error #19

Open
qyun29 opened this issue Jun 3, 2020 · 1 comment
Open

JBU training error #19

qyun29 opened this issue Jun 3, 2020 · 1 comment

Comments

@qyun29
Copy link

qyun29 commented Jun 3, 2020

Hello, i want to apply your PacConvTransposed2d to my model. But when do training,
Traceback (most recent call last):
File "C:\Users\Qyun\anaconda3\envs\pix_net\lib\site-packages\torch\autograd\function.py", line 189, in wrapper
outputs = fn(ctx, *args)
File "C:\projects\pacnet-master\pac.py", line 286, in backward
ctx._backend.Im2Col_updateGradInput(ctx._backend.library_state,
File "C:\Users\Qyun\anaconda3\envs\pix_net\lib\site-packages\torch_thnn\utils.py", line 27, in getattr
raise NotImplementedError
NotImplementedError
this error occurred.
and the same error is occurred when i do training task_jointUpsampling. How can I solve this problem?

@suhangpro
Copy link
Contributor

This is due to an incompatible pytorch version. The code was originally developed for pytorch 0.4. You can try the branch "th14". There were some related discussions in #14

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

2 participants