Skip to content

Commit

Permalink
fix yolox cuda unittest (#6636)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaAndroid authored and ZwwWayne committed Nov 30, 2021
1 parent b4e30a3 commit 73d384f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_models/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,4 +704,4 @@ def test_yolox_random_size():
gt_bboxes=gt_bboxes,
gt_labels=gt_labels,
return_loss=True)
assert detector.input_size == (64, 64)
assert detector._input_size == (64, 64)

0 comments on commit 73d384f

Please sign in to comment.