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

CUDA Error: an illegal memory access was encountered with [logistic] #19

Open
chejulien opened this issue Aug 19, 2019 · 1 comment
Open

Comments

@chejulien
Copy link

chejulien commented Aug 19, 2019

Hi, I got "CUDA Error: an illegal memory access was encountered" when I was testing an image with [logistic], I also tried [softmax] which run succefully but pred.png was totally dark.
Would you mind helping to solve this problem?

Thanks
Julien

@ArtyZe
Copy link
Owner

ArtyZe commented Apr 16, 2020

@chejulien
I'm going to check the error than [logistic] doesn't work. And why your pred.png is dark because each pixel in image is 0 and 1 which in range(0, 255). And you can write a simple python function to change pixels with value 1 to 255 and then you can get the normal picture :)

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