Skip to content
Snippets Groups Projects
Commit a229743d authored by Neta Zmora's avatar Neta Zmora
Browse files

AMC args: cleanup add_automl_args arguments, fix documentation

parent 3cd645c6
No related branches found
No related tags found
No related merge requests found
def add_automl_args(argparser, arch_choices=None, enable_pretrained=False): def add_automl_args(argparser):
""" """
Helper function to make it easier to add command-line arguments for AMC to any application. Helper function which defines command-line arguments specific to AMC.
Arguments: Arguments:
argparser (argparse.ArgumentParser): Existing parser to which to add the arguments argparser (argparse.ArgumentParser): Existing parser to which to add the arguments
......
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