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

Commit

Permalink
Passing target_ios correctly to test_gru (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhushan23 authored Sep 17, 2019
1 parent 1cccc9a commit f0a9327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytorch_model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def forward(self, x):

torch_model = Net() # type: ignore
torch_model.train(False)
_test_torch_model_single_io(torch_model, (3, 1, 256), (3, 1, 256), target_ios=13, decimal=1) # type: ignore
_test_torch_model_single_io(torch_model, (3, 1, 256), (3, 1, 256), target_ios='13', decimal=1) # type: ignore


def test_1d_conv(self):
Expand Down

0 comments on commit f0a9327

Please sign in to comment.