Skip to content

Commit 8017338

Browse files
authored
Merge pull request #374 from poppopting/ktdev
Update Docs by revising --no_merge_train_val to --merge_train_val
2 parents fcc9d93 + 41d7ea2 commit 8017338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/Parameter_Selection_for_Neural_Networks.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ the log, extracts the performance metrics for each epoch, and identifies the opt
244244
print(best_epoch)
245245
246246
In this case, the optimal epoch should be 42.
247-
We then specify ``--no_merge_train_val`` to include the validation set for training and
247+
We then specify ``--merge_train_val`` to include the validation set for training and
248248
specify the number of epochs by ``--epochs``. Note that options explicitly defined
249249
override those in the configuration file. Because of no validation set, only the model
250250
at the last epoch is returned.
@@ -267,4 +267,4 @@ Similar with the last case, the test performance improves after re-training:
267267
* - 22.65
268268
- 57.06
269269
- 83.10
270-
- 56.34
270+
- 56.34

0 commit comments

Comments
 (0)