mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-23 18:46:59 +08:00
Add dedicated command for training data validation.
This commit is contained in:
12
docs/validate_training_data.md
Normal file
12
docs/validate_training_data.md
Normal 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`).
|
||||
Reference in New Issue
Block a user