Skip to content

Commit f806004

Browse files
committed
reduce size_factors
1 parent 6cff87a commit f806004

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/models/test_fuyu.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ def run_test(
104104
# No image
105105
[],
106106
# Single-scale
107-
[0.5],
107+
[0.25],
108108
# Single-scale, batched
109-
[0.5, 0.5, 0.5],
109+
[0.25, 0.25, 0.25],
110110
# Multi-scale
111-
[0.5, 0.4, 0.3],
111+
[0.25, 0.2, 0.15],
112112
],
113113
)
114114
@pytest.mark.parametrize("dtype", [target_dtype])

0 commit comments

Comments
 (0)