deepdisc.utils.parse_arguments
Functions
Create the parser for DeepDisc inference, including common arguments used by |
|
|
Create the parser for DeepDisc training, including common arguments used by |
Create the parser for DeepDisc inference, including common arguments used by |
|
Create the parser for DeepDisc inference, including common arguments used by |
|
|
Returns the dtype corresponding to the dtype argument string. |
Module Contents
- make_inference_arg_parser()[source]
Create the parser for DeepDisc inference, including common arguments used by detectron2 users.
- Returns:
parser – The argument parser.
- Return type:
ArgumentParser
- make_training_arg_parser(epilog=None)[source]
Create the parser for DeepDisc training, including common arguments used by detectron2 users.
- Parameters:
epilog (str) – The epilog passed to ArgumentParser describing the usage.
- Returns:
parser – The argument parser.
- Return type:
ArgumentParser
- make_rail_informer_arg_parser()[source]
Create the parser for DeepDisc inference, including common arguments used by detectron2 users.
- Returns:
parser – The argument parser.
- Return type:
ArgumentParser