run
configure_run_parser
¶
Add a run parser to an existing argparser.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
subparsers |
_SubParsersAction
|
The parser object to be appended to. |
required |
Source code in fastestimator/fastestimator/cli/run.py
run
¶
Invoke the fastestimator_run function from a file.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
args |
Dict[str, Any]
|
A dictionary containing location of the FE file under the 'entry_point' key, as well as an optional 'hyperparameters_json' key if the user is storing their parameters in a file. |
required |
unknown |
Optional[List[str]]
|
The remainder of the command line arguments to be passed along to the fastestimator_run() method. |
required |