mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-26 12:06:22 +08:00
Fix grammar and spelling. Add recommendations for UCI options.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Convert
|
||||
|
||||
`convert` allows conversion of training between any of `.plain`, `.bin`, and `.binpack`.
|
||||
`convert` allows conversion of training data between any of `.plain`, `.bin`, and `.binpack`.
|
||||
|
||||
As all commands in stockfish `convert` can be invoked either from command line (as `stockfish.exe convert ...`) or in the interactive prompt.
|
||||
|
||||
@@ -12,4 +12,4 @@ convert from_path to_path [append]
|
||||
`from_path` is the path to the file to convert from. The type of the data is deduced based on its extension (one of `.plain`, `.bin`, `.binpack`).
|
||||
`to_path` is the path to an output file. The type of the data is deduced from its extension. If the file does not exist it is created.
|
||||
|
||||
Last argument is optional. If not specified then they output file will be truncated prior to any writes. If the last argument is `append` then the converted training data will be appended to the end of the output file.
|
||||
The last argument is optional. If not specified then the output file will be truncated prior to any writes. If the last argument is `append` then the converted training data will be appended to the end of the output file.
|
||||
Reference in New Issue
Block a user