Skip to content

Commit 4afcc4c

Browse files
committed
Fix typo on val size argument
1 parent fd5c8a8 commit 4afcc4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ int main(int argc, char* argv[]) {
2323
.help("Total positions in each epoch")
2424
.scan<'i', int>();
2525

26-
program.add_argument("--val--size")
26+
program.add_argument("--val-size")
2727
.default_value(10000000)
2828
.help("Total positions for each validation epoch")
2929
.scan<'i', int>();

0 commit comments

Comments
 (0)