Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use `torch.special.expm1` This function provides greater precision than `exp(x) - 1` for small values of `x`. Found with TorchFix https://github.com/pytorch-labs/torchfix/ * Use non-alias
- Loading branch information