You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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 :)
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
The text was updated successfully, but these errors were encountered: