ultralytics 8.2.61 fix num_threads for CPU training (#14544)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
8094df3c47
commit
47ff2b4a76
5 changed files with 239 additions and 110 deletions
|
|
@ -614,6 +614,9 @@ plugins:
|
|||
handlers:
|
||||
python:
|
||||
options:
|
||||
docstring_options:
|
||||
ignore_init_summary: true
|
||||
merge_init_into_class: true
|
||||
docstring_style: google
|
||||
show_root_heading: true
|
||||
show_source: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue