Commit b3247557 authored by Dheera Venkatraman's avatar Dheera Venkatraman
Browse files

add flag for saving images to summary; strings moved to common.py'

parents 75c931fd 2041d5ca
...@@ -68,4 +68,8 @@ message EvalConfig { ...@@ -68,4 +68,8 @@ message EvalConfig {
// Whether to keep image identifier in filename when exported to // Whether to keep image identifier in filename when exported to
// visualization_export_dir. // visualization_export_dir.
optional bool keep_image_id_for_visualization_export = 19 [default=false]; optional bool keep_image_id_for_visualization_export = 19 [default=false];
// Whether to retain original images (i.e. not pre-processed) in the tensor
// dictionary, so that they can be displayed in Tensorboard.
optional bool retain_original_images = 23 [default=true];
} }
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
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