bodokaiser / mrtoct-tensorflow

Tensorflow models for MRI to CT synthesis.
https://arxiv.org/abs/1901.05259
26 stars 5 forks source link

add manual device placement #12

Open bodokaiser opened 7 years ago

bodokaiser commented 7 years ago

Use with tf.device('/cpu:0') for pre processing and with tf.device('/gpu:0') for training and inference.