DCGAN-tensorflow
DCGAN-tensorflow copied to clipboard
InternalError (see above for traceback): cuDNN launch failure : input shape ([64,1024,1,1])
InternalError (see above for traceback): cuDNN launch failure : input shape ([64,1024,1,1]) [[node generator/g_bn0/FusedBatchNorm (defined at E:\zb\DCGAN-tensorflow-master\venv\lib\site-packages\tensorflow\contrib\layers\python\layers\layers.py:368) = FusedBatchNorm[T=DT_FLOAT, data_format="NCHW", epsilon=1.001e-05, is_training=true, _device="/job:localhost/replica:0/task:0/device:GPU:0"](generator/g_bn0/Fused BatchNorm-0-TransposeNHWCToNCHW-LayoutOptimizer, generator/g_bn0/gamma/read, generator/g_bn0/beta/read, discriminator/d_bn1/Const, discriminator/d_bn1/Const)]] [[{{node discriminator/Sigmoid/_7}} = _Recvclient_terminated=false, recv_device="/job:localhost/replica:0/task:0/device:CPU:0", send_device="/job:localhost/replica:0/task:0/device:GPU:0", send_device_incarnation=1, tensor_name="edge_272_discriminator/Sigmoid", tensor_type=DT_FLOAT, _device="/job:localhost/replica:0/task :0/device:CPU:0"]]
tensorflow intalled correctly,Missing bazel cudnn cuda or version problem
cudnn version is 8.0 and cuda version is 10.0.
https://tensorflow.google.cn/install/source_windows
ok.thank you.
Is the problem fixed? I am facing similar problems!
Hello,I got the same problem.And the similar problems often comes up in my different projects.Have you found the cause of the problem?
Hello,I got the same problem.And the similar problems often comes up in my different projects.Have you found the cause of the problem?
I meet this problem too.. Have u found the solution?
Hello,I got the same problem.And the similar problems often comes up in my different projects.Have you found the cause of the problem?
I meet this problem too.. Have u found the solution?
I think it's the authority。
.
I downgrade my Tensorflow from 1.12.0 to 1.6.0 and it works. Hopefully, this helps.
I have the same problems, sometimes it works and sometimes it fails.
Hello,I got the same problem.And the similar problems often comes up in my different projects.Have you found the cause of the problem?
I meet this problem too.. Have u found the solution?
It may because that the GPU is out of memory. Since i run my code on a super computer, i haven't met this problem again.
我将Tensorflow从1.12.0降级到1.6.0,它可以正常工作。希望这会有所帮助。我是在conda里面装了个1.10.0的gpu tensorflow版本就可以了。(conda create -n tensorflow_env tensorflow-gpu python=3.5)
我是在conda里面装了个1.10.0的gpu tensorflow版本就可以了。(conda create -n tensorflow_env tensorflow-gpu python = 3.5)