Skip to content
Snippets Groups Projects
Commit 001eb2b0 authored by Daniel Ecer's avatar Daniel Ecer
Browse files

include output layer names for RGB mode

parent 36166239
No related branches found
No related tags found
No related merge requests found
......@@ -382,6 +382,7 @@ class Model(object):
else:
with tf.name_scope('evaluation'):
if self.dimension_colors:
tensors.output_layer_labels = tf.constant(self.dimension_labels)
colors_tensor = tf.constant(
self.dimension_colors_with_unknown,
dtype=tf.float32
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment