Skip to content

Commit

Permalink
Fix detectron2 maskrcnn
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Jun 19, 2024
1 parent c30d44d commit 794d12b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchbenchmark/models/detectron2_maskrcnn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class Model(BenchmarkModel):
model_file = os.path.join(MODEL_DIR, ".data", f"{MODEL_NAME}.pkl")
DEFAULT_TRAIN_BSIZE = 1
DEFAULT_EVAL_BSIZE = 1
DISABLE_DETERMINISM = True

def __init__(self, test, device, batch_size=None, extra_args=[]):
super().__init__(
Expand Down

0 comments on commit 794d12b

Please sign in to comment.