pytorch
38169c22 - [Static Runtime] Fix precision error in test cases (#80935)

Commit
3 years ago
[Static Runtime] Fix precision error in test cases (#80935) Summary: - Test cases related to DeepAndWideSciptModel() was crashing at random due to precision issue - test cases related for precision: DeepWide, KWargsAPI_1, KWargsAPI_2, KWargsAPI_Optional, FusionPass - test failure was not observed always due to random input to the model (via torch::randn) - Increasing the absolute tolerance for test cases Differential Revision: D37639067 Pull Request resolved: https://github.com/pytorch/pytorch/pull/80935 Approved by: https://github.com/mikeiovine
Committer
Parents
Loading