Skip to content

Commit

Permalink
fix batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
undertherain committed Jun 17, 2020
1 parent 12b414f commit fca757b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/pytorch/test_bert.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ def test_bert(self):
self.name,
"--framework=pytorch",
"--problem=bert",
"--problem_size=2,8",
"--batch_size=8",
"--problem_size=4,8",
"--batch_size=2",
"--nb_epoch=1",
"--mode=inference",
)

0 comments on commit fca757b

Please sign in to comment.