yamle.utils.cli_utils module# yamle.utils.cli_utils.add_shared_args(parser)[source]# This function adds the shared arguments between training and evaluation to the given parser. Return type: ArgumentParser yamle.utils.cli_utils.add_train_args(parser)[source]# This function adds the training arguments to the given parser. Return type: ArgumentParser yamle.utils.cli_utils.add_test_args(parser)[source]# This function adds the testing arguments to the given parser. Return type: ArgumentParser