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

DownsamplingLayer cannot do backward #8

Closed
el3ment opened this issue May 3, 2017 · 3 comments
Closed

DownsamplingLayer cannot do backward #8

el3ment opened this issue May 3, 2017 · 3 comments

Comments

@el3ment
Copy link

el3ment commented May 3, 2017

My log file gives me a bunch of lines like

[net.cpp:218] Downsample5 needs backward computation.

before halting and throwing the error

[downsample_layer.cu:138] DownsamplingLayer cannot do backward.

A similar issue was raised before on the flownet: liruoteng/FlowNet#9, but it seems strange that I would need to modify net.cpp since you were training successfully. Have you seen this issue before?

@el3ment
Copy link
Author

el3ment commented May 3, 2017

I should say, I got this error after running caffe train using any of the models with a Downsampling layer.

@eddy-ilg
Copy link
Collaborator

eddy-ilg commented May 4, 2017

Hi Robert, this issue should have been fixed a few days ago. Try the latest version and let me know if the problem persists.

@el3ment
Copy link
Author

el3ment commented May 4, 2017

looks like we were too quick on the draw in cloning the repo :)

it's training fine now after re-cloning! thanks!

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