andersbll / neural_artistic_style

Neural Artistic Style in Python
MIT License
2.18k stars 482 forks source link

Resource allocation failed inside the cuDNN library #52

Open yichunk opened 7 years ago

yichunk commented 7 years ago

I tried to test the code, got the following error: libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: src/nnet/cudnn.cpp:183: Resource allocation failed inside the cuDNN library. [1] 21028 abort python neural_artistic_style.py --subject images/tuebingen.jpg --style

What I ran was python neural_artistic_style.py --subject images/tuebingen.jpg --style images/starry_night.jpg

Does anyone know what is possible reason?

Thanks