frarch.parser module#

frarch.parser.parse_arguments() Tuple[str, Dict[str, Any]][source]#

Parse arguments from command line.

Returns

hyperparams file path. args (Dict[str, Any]]): arguments from argparse.Namespace.

Return type

params_file (str)