Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 196 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 196 Bytes

TF_Multi_GPU

How to train a model on multiple GPUs using TF Estimator API

In multi_gpu.py you can find out how to use tf.estimator.train_and_evaluate for training a model on multiple GPUs.