Instructions to use timm/tf_efficientnet_b7.aa_in1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use timm/tf_efficientnet_b7.aa_in1k with timm:
import timm model = timm.create_model("hf_hub:timm/tf_efficientnet_b7.aa_in1k", pretrained=True) - Transformers
How to use timm/tf_efficientnet_b7.aa_in1k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="timm/tf_efficientnet_b7.aa_in1k") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("timm/tf_efficientnet_b7.aa_in1k", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
ad265c1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:609186b2bd84c8b0ba79c4bbef61c4464aa32f5e681087d742f10cf1a4b67159
size 267045909
|