Skip to content

Commit

Permalink
fix args in eval_script.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leondgarse committed Apr 13, 2022
1 parent b8699b6 commit 7943272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eval_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def parse_arguments(argv):
help="Pretrianed weights if not from h5. Could be [imagenet, noisy_student, imagenet21k, imagenet21k-ft1k, imagenet_sam], None for model.pretrained",
)

args = parser.parse_known_args(argv)[0]
return args


Expand Down

0 comments on commit 7943272

Please sign in to comment.