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
I get this error with images of any significance larger than those in the example. Haven't tested the exact threshold where this occurs, but it occurred on a 840x840 content image with the skrik style image.
terminate called after throwing an instance of 'std::runtime_error' |
what(): src/image/img2win.cu:56: invalid configuration argument
Aborted (core dumped)
It's not giving me anything other than that, but I think it's coming from deeppy/cudarray. I have a Tesla M2090. Don't think it's a memory issue.
Using CUDA 7.5 without cuDNN (my GPU is too old for cuDNN)
EDIT: Same issue also occurs with large style images as well.
The text was updated successfully, but these errors were encountered:
jlmcgehee21
changed the title
Failing on some (large?) images
Failing on some (large?) content images
Nov 25, 2015
Hi, sorry about the lateness of my reply - I will look into this soon. In the meantime, you can work around the problem by installing CUDArray with cuDNN.
I get this error with images of any significance larger than those in the example. Haven't tested the exact threshold where this occurs, but it occurred on a 840x840 content image with the skrik style image.
It's not giving me anything other than that, but I think it's coming from deeppy/cudarray. I have a Tesla M2090. Don't think it's a memory issue.
Using CUDA 7.5 without cuDNN (my GPU is too old for cuDNN)
EDIT: Same issue also occurs with large style images as well.
The text was updated successfully, but these errors were encountered: