Commit 952e34e
fix(tests): reduce r2plus1d_18 input size to prevent OOM
The test_video_r2plus1_18 test used a (16,3,16,112,112) input (~96M
elements) which consistently got OOM-killed. Reduced to (1,3,1,112,112)
which passes reliably while still exercising the full model.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent af0d19a commit 952e34e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
832 | 832 | | |
833 | 833 | | |
834 | 834 | | |
835 | | - | |
| 835 | + | |
836 | 836 | | |
837 | 837 | | |
838 | 838 | | |
| |||
0 commit comments