diff --git a/examples/temperature_example/temperature_example.cc b/examples/temperature_example/temperature_example.cc index 0ea12dcc..42b73d5b 100644 --- a/examples/temperature_example/temperature_example.cc +++ b/examples/temperature_example/temperature_example.cc @@ -18,7 +18,7 @@ DEFINE_string(input, "", "path to csv containing input data."); DEFINE_string(predict, "", "path to csv containing prediction locations."); DEFINE_string(output, "", "path where predictions will be written in csv."); -DEFINE_string(thin, "1", "path where predictions will be written in csv."); +DEFINE_string(thin, "1", "samples 1 out of every inputs"); int main(int argc, char *argv[]) { gflags::ParseCommandLineFlags(&argc, &argv, true);