From 2f7b68af19cc5999523afab671c6fec1063671f3 Mon Sep 17 00:00:00 2001 From: saswat0 Date: Sun, 9 Jul 2023 18:28:44 +0530 Subject: [PATCH] removed redundant argument --- src/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.py b/src/main.py index 74cd13c..ee5f180 100644 --- a/src/main.py +++ b/src/main.py @@ -32,9 +32,6 @@ def get_args(): parser.add_argument('--config_file', required=True, help="Filepath to the config containing the args") - parser.add_argument('--backbone', - default='resnet18', - help="Backbone for the model") parser.add_argument( '--data_type', choices=['detection', 'structure'],