Skip to content

Commit

Permalink
Merge pull request #77 from undertherain/testing
Browse files Browse the repository at this point in the history
Add missing --nb_epoch=1 to some tests
  • Loading branch information
vatai committed Jul 6, 2020
2 parents 9898f48 + 47e6b5f commit ba404ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/tensorflow/test_vgg19.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def setUp(self):
"--framework=tensorflow",
"--problem_size=4",
"--batch_size=2",
"--nb_epoch=1",
]

def test_vgg19(self):
Expand Down
1 change: 1 addition & 0 deletions test/tensorflow/test_xception.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def setUp(self):
"--framework=tensorflow",
"--problem_size=4",
"--batch_size=2",
"--nb_epoch=1",
]

def test_xception(self):
Expand Down

0 comments on commit ba404ec

Please sign in to comment.