pytorch-image-models v1.0.24
Breaking Changes
- Removed APEX AMP support
Features
- New models: CSATv2 (lightweight, high-res with DCT stem & spatial attention) + ~21M param variant at 512x512 & 640x640
- New optimizers: AdaMuon and NAdaMuon support added to existing Muon implementation
- Differential Attention: New
DiffAttentionmodule +DiffParallelScalingBlockfor ViT;...