### Paper Implement Swin Transformer proposed in [https://arxiv.org/abs/2103.14030](https://arxiv.org/abs/2103.14030) ### TODOs - [ ] develop the model in a scalable way (using `*Block` syntax and `nn` modules) - [ ] draw the model on figma - [ ] write doc - [ ] test the model - [ ] get (if possible) the pretrained weights
Paper
Implement Swin Transformer proposed in https://arxiv.org/abs/2103.14030
TODOs
*Blocksyntax andnnmodules)