mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed spelling error in comment
This commit is contained in:
parent
4a9cccb4d4
commit
05bbe4f4bb
@ -108,7 +108,7 @@ int main(int argc, char** argv)
|
||||
trainer.set_nu(0.05);
|
||||
trainer.set_tree_depth(2);
|
||||
|
||||
// some parts of training process can be parellelized.
|
||||
// some parts of training process can be parallelized.
|
||||
// Trainer will use this count of threads when possible
|
||||
trainer.set_num_threads(2);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user