Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

First-class support for timm models #569

Open
crypdick opened this issue Sep 14, 2022 · 0 comments
Open

First-class support for timm models #569

crypdick opened this issue Sep 14, 2022 · 0 comments

Comments

@crypdick
Copy link

馃殌 Feature

Pytorch Image Models (aka timm) is a popular computer vision library. If VISSL supported timm models, it would be easy to combine SOTA model architectures from timm with SOTA SSL methods.

Motivation & Examples

timm makes it easy to use hundreds of different model architectures, all with a consistent API. If timm models were supported, it would enable VISSL users to experiment with architectures not currently implemented in torchvision. For users that already use timm, it would reduce the friction for adopting VISSL.

One potential way to achieve this would be a reserved prefix for timm models:

MODEL:
  TRUNK:
    NAME: TIMM-seresnext26t_32x4d
    PRETRAINED: False
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant