TensorFlow-Multi-GPUs
TensorFlow-Multi-GPUs copied to clipboard
Samples for Multi GPUs in TensorFlow
there is a problem that much more time-consuming operations is backprogation. while the program performs forwward on mutil-gpus. When i applied this multi-gpus program i find that the gpu utilization...
first, thank for your post; when I trained model on two gpus, I restored the model, but the predict tensor is two(gpu_1, gpu_2), how to predict on multi-gpus model file?
First of all, thanks for sharing your code. But while reading your code, I found following comment in many-GPUs-MNIST.py could be easily misunderstood. ''' Multi GPUs Usage Results on P40...
Thanks for your work. What are versions of your cuda and cudnn?