mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 03:26:24 +08:00
12 lines
525 B
Markdown
12 lines
525 B
Markdown
# 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`). |