diff --git a/mmtune/mm/tasks/mmdet.py b/mmtune/mm/tasks/mmdet.py index f1c9c297..b27f190b 100644 --- a/mmtune/mm/tasks/mmdet.py +++ b/mmtune/mm/tasks/mmdet.py @@ -24,7 +24,6 @@ def add_arguments( if parser is None: parser = argparse.ArgumentParser(description='Train a detector') - parser.add_argument('--config', help='train config file path') parser.add_argument( '--work-dir', help='the dir to save logs and models') parser.add_argument( diff --git a/mmtune/mm/tasks/mmseg.py b/mmtune/mm/tasks/mmseg.py index b795df80..81872a1a 100644 --- a/mmtune/mm/tasks/mmseg.py +++ b/mmtune/mm/tasks/mmseg.py @@ -24,7 +24,6 @@ def add_arguments( if parser is None: parser = argparse.ArgumentParser(description='Train a segmentor') - parser.add_argument('--config', help='train config file path') parser.add_argument( '--work-dir', help='the dir to save logs and models') parser.add_argument(