이현규

Produce new tag file

...@@ -45,7 +45,7 @@ if __name__ == "__main__": ...@@ -45,7 +45,7 @@ if __name__ == "__main__":
45 "that you have already run eval.py onto this, such that " 45 "that you have already run eval.py onto this, such that "
46 "inference_model.* files already exist.") 46 "inference_model.* files already exist.")
47 flags.DEFINE_string( 47 flags.DEFINE_string(
48 - "input_data_pattern", "/Volumes/HDD/develop/yt8m/3/frame/eval/eval*.tfrecord", 48 + "input_data_pattern", "/Volumes/HDD/develop/yt8m/3/frame/validate/validate*.tfrecord",
49 "File glob defining the evaluation dataset in tensorflow.SequenceExample " 49 "File glob defining the evaluation dataset in tensorflow.SequenceExample "
50 "format. The SequenceExamples are expected to have an 'rgb' byte array " 50 "format. The SequenceExamples are expected to have an 'rgb' byte array "
51 "sequence feature as well as a 'labels' int64 context feature.") 51 "sequence feature as well as a 'labels' int64 context feature.")
......
This diff could not be displayed because it is too large.