New Features
- PyTorch 2.1 compatibility (#3970), thanks to @warner-benjamin
- Add
MutableMapping
totorch_core.apply
to Support Moving Transformers Dicts (#3969), thanks to @warner-benjamin - Added Jaccard coefficient metric for multiclass target in segmentation (#3951), thanks to @Hazem-Ahmed-Abdelraouf
- Support TorchVision's Multi-Weight API (#3944), thanks to @warner-benjamin
- Fix the Deploy to GitHub Pages Action (#3942), thanks to @warner-benjamin
Bugs Squashed
- Fix Pandas Categorical FutureWarning (#3973), thanks to @warner-benjamin
- Fix torch.jit.script on TimmBody (#3948), thanks to @johan12345
- Resolve CutMix Deprecation Warning (#3937), thanks to @warner-benjamin
- Fixed format string (#3934), thanks to @bkowshik
- Fix casting types for mps (#3912), thanks to @MSciesiek
- Fix AccumMetric name.setter (#3621), thanks to @warner-benjamin