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

Conv layer reshape error #3042

Closed
wanghaoshuang opened this issue Jul 25, 2017 · 0 comments · Fixed by #3043
Closed

Conv layer reshape error #3042

wanghaoshuang opened this issue Jul 25, 2017 · 0 comments · Fixed by #3043
Assignees

Comments

@wanghaoshuang
Copy link
Contributor

wanghaoshuang commented Jul 25, 2017

Conv layer will reshape tensor when batchsize changes. Actually, we should check not only batchsize but also image.width, image.height and image.channels.
This bug will lead to GPU memory error: Cuda Error: an illegal memory access was encountered.
Aside from image application, it maybe have an impact on ds2.

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

Successfully merging a pull request may close this issue.

1 participant