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

Commit

Permalink
Update test_tutorial_generator.py (#3526)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenroller authored Mar 17, 2021
1 parent 333ab04 commit 57c159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nightly/gpu/test_tutorial_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def test_ppl(self):
skip_test=True,
)
self.assertAlmostEqual(valid['ppl'], 19.59, places=2)
self.assertAlmostEqual(valid['token_acc'], 0.424, places=4)
self.assertAlmostEqual(valid['token_acc'], 0.4235, places=4)

0 comments on commit 57c159f

Please sign in to comment.