Closed MLjian closed 6 years ago
image = tf.placeholder(tf.float32, shape=[None, IMAGE_SIZE, IMAGE_SIZE, 6], name="input_image"). If I have a 6 channel image data, parameter:3-->6, does it work?
Closing due to inactivity. It should.
@MLjian hey bro, I have same issue about 6 channels data training , have you solve this problem?
image = tf.placeholder(tf.float32, shape=[None, IMAGE_SIZE, IMAGE_SIZE, 6], name="input_image"). If I have a 6 channel image data, parameter:3-->6, does it work?