updating threshold for basic gan test for CPU
This commit is contained in:
Родитель
2126d008b1
Коммит
a56fdd518f
|
@ -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.9, 0: 2.1 }
|
||||
expectedEvalErrorAtolByDeviceId = { -1: 0.25, 0: 0.2 }
|
||||
expectedEvalErrorByDeviceId = { -1: 1.95, 0: 2.1 }
|
||||
expectedEvalErrorAtolByDeviceId = { -1: 0.3, 0: 0.2 }
|
||||
|
||||
def test_cntk_206_basic_gan_evalCorrect(nb, device_id):
|
||||
testCell = [cell for cell in nb.cells
|
||||
|
|
Загрузка…
Ссылка в новой задаче