TensorFlow-Multi-GPUs icon indicating copy to clipboard operation
TensorFlow-Multi-GPUs copied to clipboard

cuda and cudnn version

Open mudong0419 opened this issue 7 years ago • 2 comments

Thanks for your work. What are versions of your cuda and cudnn?

mudong0419 avatar Feb 09 '18 10:02 mudong0419

I use cuda 8 and cudnn 5, 6 but I think it doesn’t care.

golbin avatar Feb 09 '18 10:02 golbin

Thanks for your sharing the code. But, your code does not work on my machine with 3 Tian Xp GPUs. I spent some time and I found it run with " optimizer = tf.train.AdamOptimizer(learning_rate).minimize( loss, colocate_gradients_with_ops=False)" not with True. What do you think about this?

ahnHeejune avatar May 03 '18 06:05 ahnHeejune