-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hello, I am trying to use a SwinTransformer model with the configuration 'swin_base_patch4_window6_192'. Unfortunately, the timm library does not provide this configuration.
I am consistently using the timm.create_model interface and would like to define my own model configuration named 'swin_base_patch4_window6_192' in my project. This way, I can create the model using the timm.create_model interface.
Could you please provide guidance on how I can define this custom configuration in my project and use it with the timm.create_model function?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request