Daniel R. Hunter

Results 3 comments of Daniel R. Hunter

Anyone know anything about why the `package-and-push-system-local` job in `test-e2e` is failing? I haven't encountered any problems with this check before, and I don't know what I could have changed...

Curiously, `TestPyTorchTrial::test_custom_eval` is failing on my GCP machine (but not on my laptop or with CircleCI). The assertion `original["loss"] == custom_eval["loss"]` is incorrect at the order of `1e-7`. We _could_...

I want to highlight the use of Apex's [optimization level](https://nvidia.github.io/apex/amp.html#opt-levels-and-properties) `O2`. Although `O1` is recommended for typical use, it is not appropriate in these kinds of tests because it patches...