GAN test threshold and tollerance update for GPU

This commit is contained in:
REDMOND\sayanpa 2017-01-30 09:24:59 -08:00
Родитель 5673c777e7
Коммит feb94e3354
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -16,8 +16,8 @@ def test_cntk_206_basic_gan_noErrors(nb):
for output in cell['outputs'] if output.output_type == "error"]
assert errors == []
expectedEvalErrorByDeviceId = { -1: 1.95, 0: 2.1 }
expectedEvalErrorAtolByDeviceId = { -1: 0.35, 0: 0.2 }
expectedEvalErrorByDeviceId = { -1: 1.95, 0: 2.05 }
expectedEvalErrorAtolByDeviceId = { -1: 0.35, 0: 0.3 }
def test_cntk_206_basic_gan_evalCorrect(nb, device_id):
testCell = [cell for cell in nb.cells