mindformers.models.swin.SwinModel

class mindformers.models.swin.SwinModel(config: Optional[BaseConfig] = None)[源代码]

Swin Transformer. The supported model name could be selected from SwinForImageClassification.show_support_list().

Args:

config (SwinConfig): the config of Swin model.