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.
1 parent fd5c8a8 commit 4afcc4cCopy full SHA for 4afcc4c
src/main.cu
@@ -23,7 +23,7 @@ int main(int argc, char* argv[]) {
23
.help("Total positions in each epoch")
24
.scan<'i', int>();
25
26
- program.add_argument("--val--size")
+ program.add_argument("--val-size")
27
.default_value(10000000)
28
.help("Total positions for each validation epoch")
29
0 commit comments