-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, we can do this:
from nn_lib.models import get_pretrained_model
model = get_pretrained_model("resnet18")
This is a wrapper around the torchvision.models module. We should look into other model sources. The huggingface transformers or timm packages should be added. And if timm subsumes torchvision.models then we should perhaps remove the torchvision interface.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request