Tensorflow-SegNet
Tensorflow-SegNet copied to clipboard
Can it use cpu only?
trafficstars
My device doesn't support GPU.Can it be changed to support cpu?
You can change utils.py, line 58
with tf.device('/gpu:0'):
to
with tf.device('/cpu:0'):