[internal/CI][PyT/ConvNets] Move to launcher

This commit is contained in:
Andrzej Sulecki 2021-07-26 21:18:30 +00:00 committed by Krzysztof Kudrynski
parent d788e8d496
commit ab6267ad33

View file

@ -315,6 +315,13 @@ def add_parser_arguments(parser, skip_arch=False):
choices=[None, "autoaugment"],
help="augmentation method",
)
parser.add_argument(
"--num-classes",
type=int,
default=None,
required=False,
help="number of classes"
)
def prepare_for_training(args, model_args, model_arch):