Skip to content
Snippets Groups Projects
Commit c7958fc3 authored by André Anjos's avatar André Anjos :speech_balloon: Committed by Daniel CARRON
Browse files

[scripts.train] Improve documentation

parent 09466bb7
No related branches found
No related tags found
1 merge request!12Adds grad-cam support on classifiers
......@@ -170,8 +170,9 @@ def reusable_options(f):
"-P",
help="""Use multiprocessing for data loading: if set to -1 (default),
disables multiprocessing data loading. Set to 0 to enable as many data
loading instances as processing cores as available in the system. Set to
>= 1 to enable that many multiprocessing instances for data loading.""",
loading instances as processing cores available in the system. Set to
>= 1 to enable that many multiprocessing instances for data
loading.""",
type=click.IntRange(min=-1),
show_default=True,
required=True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment