Swin-Transformer
Swin-Transformer copied to clipboard
Any Plans for release Swin-V2 Gaint?
I'm very interested in training giant model.
Especially, trying to reproduce Swin-V2-G.
Does MS-Asia will have plan to release Swin-V2 codes? Or could you guide me to how to impl Swin-V2-G novel sequential operation?
- Which way should I choose to re-impl Swin-V2-G novel sequential operation?
- By activation checkpoint?
- By custom autograd that enables FWD/BWD sequential operation?
Swin-V2 Giant has been implemented in timm https://github.com/rwightman/pytorch-image-models/pull/1150
If you train a Swin-V2-G model, please submit a PR on the linked repo!