Brian Hart
Results
2
issues of
Brian Hart
Test `test_loss_scale_decrease` in `run_amp/test_checkpointing.py` fails consistently with certain random seeds: ``` $ diff -u test_checkpointing.py.orig test_checkpointing.py --- test_checkpointing.py.orig 2020-01-29 23:28:10.266063356 +0000 +++ test_checkpointing.py 2020-01-29 23:28:33.493162829 +0000 @@ -162,6 +162,7 @@...
This PR quiets some build warnings from g++. It includes a couple commits that are unlikely to affect correctness: - quiet signedness comparison build warnings - adjust some `int` /...