Skip to content

Commit

Permalink
Updated dcgan test threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanpa committed Mar 20, 2017
1 parent a597621 commit 18d0347
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def test_cntk_206B_dcgan_noErrors(nb):
for output in cell['outputs'] if output.output_type == "error"]
assert errors == []

expectedEvalError = 1.8
expectedEvalErrorAtol = 0.18
expectedEvalError = 2.05
expectedEvalErrorAtol = 0.45

def test_cntk_206B_dcgan_evalCorrect(nb):
testCell = [cell for cell in nb.cells
Expand Down

0 comments on commit 18d0347

Please sign in to comment.