Skip to content

TorchFix 0.6.0

Latest
Compare
Choose a tag to compare
@kit1980 kit1980 released this 18 Sep 17:50
· 1 commit to main since this release
  • Added torch.utils._pytree._register_pytree_node and torch.backends.cuda.sdp_kernel to the deprecated APIs rules
  • Enhanced rule TOR203 to support torchvision.datasets and transforms in addition to models
  • Added rules TOR106 and TOR107 to suggest replacing torch.log(1 + x) and torch.exp(x) - 1 with more numerically stable equivalents
  • Multiple code refactorings, bug fixes, and quality of life and documentation improvements