Skip to content

Commit

Permalink
Set default --layer arg in clf_voc07.py to avgpool.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdexd authored Mar 3, 2021
1 parent f940d0e commit 5b2f12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/clf_voc07.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
parser.add_argument_group("Checkpointing")
group.add_argument(
"--layer", choices=["layer1", "layer2", "layer3", "layer4", "avgpool"],
default="layer4", help="Evaluate features extracted from this layer."
default="avgpool", help="Evaluate features extracted from this layer."
)
parser.add_argument(
"--weight-init", choices=["random", "imagenet", "torchvision", "virtex"],
Expand Down

0 comments on commit 5b2f12c

Please sign in to comment.