fixed amp bug

This commit is contained in:
William Falcon
2019-07-24 14:14:36 -04:00
parent 4d559d9e3b
commit ca1835e063
+1 -1
View File
@@ -106,7 +106,7 @@ def test_amp_gpu_dp():
use_amp=True
)
except Exception as e:
assert 'https://github.com/NVIDIA/apex/issues/227' in e
assert 'https://github.com/NVIDIA/apex/issues/227' in str(e)
run_gpu_model_test(trainer_options)