Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
FindHao authored Feb 8, 2023
1 parent 2442f06 commit c2b48a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userbenchmark/api-coverage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ def run(args: List[str]):
for cfg in filter(cfg_filter, cfgs):
try:
print(cfg.name)
if cfg.name in ['doctr_det_predictor', 'doctr_reco_predictor', 'densenet121', 'resnet152']:
continue
# if cfg.name in ['doctr_det_predictor', 'doctr_reco_predictor', 'densenet121', 'resnet152']:
# continue
# load the model instance within the same process
model = load_model(cfg)
# get the model test metrics
Expand Down

0 comments on commit c2b48a6

Please sign in to comment.