Please reproduce using the BoringModel To Reproduce in acli.pyfile importargparseimportpytorch_lightningasplparser=argparse.ArgumentParser("")sub_parsers=parser.add_subparsers()train_parser=sub_parsers.add_parser("train")train_parser.add_argument("--seed")train_parser=pl.Trainer.add_argparse_args(tr...
Traceback (most recent call last): File "/home/jarnboga/keypoint-detection/keypoint_detection/train/train.py", line 88, in <module> parser = Trainer.add_argparse_args(parser) AttributeError: type object 'Trainer' has no attribute 'add_argparse_args' I encountered this issue which reported...