Skip to content

Commit

Permalink
Remove unused arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Dec 1, 2020
1 parent 2e903c3 commit 89f7cbc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pl_bolts/models/detection/faster_rcnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ def add_model_specific_args(parent_parser):
parser.add_argument("--pretrained_backbone", type=bool, default=True)
parser.add_argument("--trainable_backbone_layers", type=int, default=3)
parser.add_argument("--replace_head", type=bool, default=True)

parser.add_argument("--data_dir", type=str, default=".")
parser.add_argument("--batch_size", type=int, default=1)
return parser


Expand Down

0 comments on commit 89f7cbc

Please sign in to comment.