We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73f08c1 + abe32f2 commit f72fb63Copy full SHA for f72fb63
tools/static_ps_trainer.py
@@ -144,7 +144,7 @@ def init_reader(self):
144
self.reader, self.file_list = get_reader(self.input_data, config)
145
self.example_nums = 0
146
self.count_method = self.config.get(
147
- "static_benchmark.example_count_method", "example")
+ "runner.example_count_method", "example")
148
if self.count_method == "example":
149
self.example_nums = get_example_num(self.file_list)
150
elif self.count_method == "word":
0 commit comments