Skip to content

Add other swin architectures. #6602

Open
@oke-aditya

Description

@oke-aditya

🚀 The feature

The original paper describes a few more configurations based on swin Transformer.

  1. Swin Large: Simply a large model of swin transformer, needs a few config tweaks and we can port weights probably?
  2. SwinMLP: MLP Mixer Based SwinTransformer. Described in the original paper.
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions