mdsarfarazulh / deep-texture-synthesis-cnn-keras

MIT License
7 stars 1 forks source link

Problem with cuDNN and convolution algorithmconvolution algorithm #2

Open eliashahbazi opened 4 years ago

eliashahbazi commented 4 years ago

When I ran the code, I got the error : 2 root error(s) found. (0) Unknown: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above. [[{{node block1_conv1_6/convolution}}]] (1) Unknown: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above. [[{{node block1_conv1_6/convolution}}]] [[gradients_3/AddN_15/_1395]] 0 successful operations. 0 derived errors ignored

I checked the Tensorflow and cuDNN, both installed and working

hanyiabc commented 4 years ago

Other process is using cudnn, make sure that none are using it.