Commit 817bd396 authored by jiaphuan's avatar jiaphuan Committed by GitHub
Browse files

Fix evaluation mistake

1 should not shuffle during evaluation; 2 num_readers should be one, or each sample would be evaluate for (num_reader) times and only (num_examples / num_reader) distinct samples are evaluted.
parent a6df5573
...@@ -183,4 +183,6 @@ eval_input_reader: { ...@@ -183,4 +183,6 @@ eval_input_reader: {
input_path: "PATH_TO_BE_CONFIGURED/pet_val.record" input_path: "PATH_TO_BE_CONFIGURED/pet_val.record"
} }
label_map_path: "PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt" label_map_path: "PATH_TO_BE_CONFIGURED/pet_label_map.pbtxt"
shuffle: false
num_readers: 1
} }
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