|
OCR Project
|
Parsed command-line options for the train binary. More...
Public Attributes | |
| const char * | data_dir |
| char | output [512] |
| int | n_threads |
Parsed command-line options for the train binary.
| const char* TrainArgs::data_dir |
Path to training data root.
| int TrainArgs::n_threads |
Number of loader threads.
| char TrainArgs::output[512] |
Destination model file path.