pytorch
503f44fb - Fix: perverse input's NaN values to prevent undefined behavior for `matrix_exp` function (#111539)

Commit
2 years ago
Fix: perverse input's NaN values to prevent undefined behavior for `matrix_exp` function (#111539) Currently, for `matrix_exp` function, if we have NaN values in the input matrices (small batches), it will keep outputting a "normal" result without any NaN value in it, and this will cause some problems that we may can't notice. This PR is for preventing such undefined behavior by "bring back" those NaN values. Pull Request resolved: https://github.com/pytorch/pytorch/pull/111539 Approved by: https://github.com/lezcano
Author
Committer
Parents
Loading