Skip to content

TorchFix 0.5.0

Compare
Choose a tag to compare
@kit1980 kit1980 released this 18 Apr 18:08
· 36 commits to main since this release
55da3d0
  • Added rule TOR203 to replace 'import torchvision.models as models' with 'from torchvision import models'
  • Added rules TOR104 and TOR105 for calling and importing non-public PyTorch functions that have known public aliases
  • Added rules TOR004 and TOR103 for importing removed and deprecated functions (in addition to the existing rules for calling those functions)
  • Fixed loading for deprecated symbols config in zipped deployments
  • Done several smaller bug fixes and refactorings