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 d3717ba + 4afcc4c commit 7ee831fCopy full SHA for 7ee831f
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
@@ -117,6 +117,7 @@ int main(int argc, char* argv[]) {
117
118
std::cout << "Epochs: " << total_epochs << "\n"
119
<< "Epochs Size: " << epoch_size << "\n"
120
+ << "Validation Size: " << val_epoch_size << "\n"
121
<< "Save Rate: " << save_rate << "\n"
122
<< "FT Size: " << ft_size << "\n"
123
<< "Lambda: " << lambda << "\n"
0 commit comments