Skip to content

Commit

Permalink
test: temporarily disable AMP test since it causes NaNs (determined-a…
Browse files Browse the repository at this point in the history
  • Loading branch information
brainhart authored Jun 8, 2020
1 parent 629f106 commit 3ab90a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e_tests/tests/experiment/test_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ def test_pytorch_const_parallel(aggregation_frequency: int, use_amp: bool) -> No
if use_amp and aggregation_frequency > 1:
pytest.skip("Mixed precision is not support with aggregation frequency > 1.")

if use_amp:
pytest.skip("AMP support NaNs right now, disabling until this is fixed.")

config = conf.load_config(conf.official_examples_path("mnist_pytorch/const.yaml"))
config = conf.set_slots_per_trial(config, 8)
config = conf.set_native_parallel(config, False)
Expand Down

0 comments on commit 3ab90a6

Please sign in to comment.