Closed vijaysumaravi closed 6 years ago
The training code runs fine on my CPU but how do I make it run on the GPUs? Thanks!
sess_config = tf.ConfigProto( log_device_placement=False, allow_soft_placement=True, device_count = {'GPU': 1})
The training code runs fine on my CPU but how do I make it run on the GPUs? Thanks!