google / compare_gan

Compare GAN code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

train on GPU

littlealili opened this issue · comments

Hello, if I want to run training on the GPU, how should I modify the program?

If you only want to run on a single GPU, then no change is needed.

If you want to run on multi-gpus, then you may need to define your own training_loop, as tf.estimator is not supported well for multi-gpu training.