Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit f0a9327

Browse files
authored
Passing target_ios correctly to test_gru (#477)
1 parent 1cccc9a commit f0a9327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pytorch_model_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def forward(self, x):
261261

262262
torch_model = Net() # type: ignore
263263
torch_model.train(False)
264-
_test_torch_model_single_io(torch_model, (3, 1, 256), (3, 1, 256), target_ios=13, decimal=1) # type: ignore
264+
_test_torch_model_single_io(torch_model, (3, 1, 256), (3, 1, 256), target_ios='13', decimal=1) # type: ignore
265265

266266

267267
def test_1d_conv(self):

0 commit comments

Comments
 (0)