Add dedicated command for training data validation.

This commit is contained in:
Tomasz Sobczyk
2021-05-24 19:43:07 +02:00
parent 5676a50807
commit eac1d430b4
6 changed files with 299 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# validate_training_data
`validate_training_data` allows validation of training data of types `.plain`, `.bin`, and `.binpack`.
As all commands in stockfish `validate_training_data` can be invoked either from command line (as `stockfish.exe validate_training_data ...`) or in the interactive prompt.
The syntax of this command is as follows:
```
validate_training_data in_path
```
`in_path` is the path to the file to validate. The type of the data is deduced based on its extension (one of `.plain`, `.bin`, `.binpack`).