Skip to content

Commit

Permalink
Fix flag explanation (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkloh authored Nov 13, 2024
1 parent 877be3a commit 8d6a028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/temperature_example/temperature_example.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <thin> inputs");

int main(int argc, char *argv[]) {
gflags::ParseCommandLineFlags(&argc, &argv, true);
Expand Down

0 comments on commit 8d6a028

Please sign in to comment.