fixed tolerance for flaky GAN test

This commit is contained in:
Philipp Kranen 2017-01-30 14:11:25 +01:00
Родитель 8b64aafe8f
Коммит a557e9ef73
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@ def test_cntk_206_basic_gan_noErrors(nb):
assert errors == []
expectedEvalErrorByDeviceId = { -1: 1.95, 0: 2.1 }
expectedEvalErrorAtolByDeviceId = { -1: 0.3, 0: 0.2 }
expectedEvalErrorAtolByDeviceId = { -1: 0.35, 0: 0.2 }
def test_cntk_206_basic_gan_evalCorrect(nb, device_id):
testCell = [cell for cell in nb.cells