Open
Description
🚀 The feature
The original paper describes a few more configurations based on swin Transformer.
- Swin Large: Simply a large model of swin transformer, needs a few config tweaks and we can port weights probably?
- SwinMLP: MLP Mixer Based SwinTransformer. Described in the original paper.
- SwinMoe: Mixture of experts for Swin https://arxiv.org/pdf/2204.09636.pdf
Motivation, pitch
I think that Swin Large and SwinMLP could be good candidates as they need few edits for implementation.
I'm not sure if we can port weights, or train from scratch. As adding weights and implementation would also add a CI job and maintaining it.
Alternatives
No response
Additional context
No response
cc @datumbox