DeepSpeed
c41b0c28
- Use `torch.log1p` (#6930)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
337 days ago
Use `torch.log1p` (#6930) This function provides greater precision than `log(1 + x)` for small values of `x`. Found with TorchFix https://github.com/pytorch-labs/torchfix/
References
#6930 - Use `torch.log1p`
Author
kit1980
Parents
c7f30322
Loading