Tomasz Sobczyk
eac1d430b4
Add dedicated command for training data validation.
2021-05-24 19:43:36 +02:00
Joost VandeVondele
cb2877cc7c
Merge pull request #3484 from Sopel97/outputfile
...
Add output_file option to gather_statistics.
2021-05-21 20:25:22 +02:00
Tomasz Sobczyk
abb7fa00ab
Remove ensure_quiet parameter from generate_training_data.
2021-05-21 11:18:36 +02:00
Tomasz Sobczyk
0f241355da
Add output_file option to gather_statistics.
...
It is optional. When specified it will also forward the final results output to the provided file.
2021-05-20 13:22:11 +02:00
Tomasz Sobczyk
dc00b6c188
Update docs
2021-05-19 13:52:18 +02:00
Tomasz Sobczyk
d664ae123f
Update docs
2021-05-19 12:56:44 +02:00
Tomasz Sobczyk
c2511ffc7b
Renaming and small changes.
2021-04-19 19:05:37 +02:00
Tomasz Sobczyk
8169de72e2
asd
2021-04-18 19:04:37 +02:00
Tomasz Sobczyk
a93777c4ed
Fix stats.md docs.
2021-04-05 18:54:31 +02:00
Tomasz Sobczyk
9dac979ce8
Update docs
2021-04-05 17:37:15 +02:00
Tomasz Sobczyk
7d74185d0b
Add max_count parameter to limit the number of positions read.
2021-04-05 14:21:25 +02:00
Tomasz Sobczyk
876902070d
Add optional warmup step for training.
...
Specified with `warmup_epochs`, uses `warmup_lr`.
The purpose is to put the net into a somewhat stable state so that the gradients are not as high during the early stages of the training and don't "accidentally" break the net.
2021-03-26 00:26:41 +09:00
Tomasz Sobczyk
5fdb48a7cb
Change some learn parameter naming. Update docs.
2021-03-14 22:15:16 +09:00
QuackQuackBlah
03b888e118
Update gensfen_nonpv.md
...
Fixes typo.
2021-03-09 14:25:27 +09:00
Tomasz Sobczyk
0ddad45ab2
Add gather_statistics command that allows gathering statistics from a .bin or .binpack file. Initially only support position count.
2021-03-01 00:36:45 +09:00
Tomasz Sobczyk
2061be4730
smart_fen_skipping at gensfen_nonpv level
2020-12-24 21:37:30 +09:00
Tomasz Sobczyk
868b4e9421
add gensfen_nonpv docs
2020-12-24 21:37:30 +09:00
Joost VandeVondele
b50dcd7dde
allow for repeated searches in rescoring
...
allows for repeating a depth N search K times.
Repeated searches improve the quality of eval, but don't bring in higher depth info.
Might allow for removing some of the noise in low depth scoring.
2020-12-24 09:46:10 +09:00
Tomasz Sobczyk
6853b4aac2
Simple filtering for validation data.
2020-12-22 09:40:25 +09:00
Tomasz Sobczyk
994eb5e183
rescore_fen -> rescore. Make it work on .bin and .binpack inputs.
2020-12-21 10:48:20 +09:00
Tomasz Sobczyk
ffae19b5a1
Add docs for rescore_fen
2020-12-21 10:48:20 +09:00
Tomasz Sobczyk
f56613ebf6
Add 'validation_count' option for 'learn' that specifies how many positions to use for validation
2020-12-20 09:47:30 +09:00
Tomasz Sobczyk
92b14a5ba2
Add docs for transform.
2020-11-27 09:16:22 +09:00
Tomasz Sobczyk
45e3335ee8
Add missing docs.
2020-11-23 19:22:11 +09:00
Tomasz Sobczyk
5f18c88b3d
Docs for book in gensfen.
2020-11-17 09:43:23 +09:00
Tomasz Sobczyk
d793663188
Add docs for max_grad option for learn
2020-11-16 10:08:56 +09:00
Tomasz Sobczyk
9b930023fb
Fix default value for batchsize in learn docs.
2020-11-15 00:51:04 +09:00
Tomasz Sobczyk
8069963c56
Update convert docs.
2020-11-10 10:21:09 +09:00
Tomasz Sobczyk
d70408f204
Add docs entry for the verbose flag.
2020-10-25 22:18:28 +09:00
Tomasz Sobczyk
47a82bfc91
Document new options.
2020-10-25 19:22:56 +09:00
Tomasz Sobczyk
31f94a18b3
Update readme and docs after change from loop to epochs.
2020-10-25 19:22:56 +09:00
Tomasz Sobczyk
4a340ad3b2
Add docs for auto_lr_drop
2020-10-12 23:56:26 +09:00
Tomasz Sobczyk
2af4bf7eac
Move the docs folder one above, it was in src by mistake.
2020-10-10 14:37:51 +09:00