plot
configure_plot_parser
¶
Add a logging 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/plot.py
search
¶
A method to invoke the FE search logging function using CLI-provided arguments.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
args |
Dict[str, Any]
|
The arguments to be fed to the visualize_search() method. |
required |
unknown |
List[str]
|
Any cli arguments not matching known inputs for the visualize_search() method. |
required |
Raises:
Type | Description |
---|---|
SystemExit
|
If |