Instructions to use timm/xception41.tf_in1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use timm/xception41.tf_in1k with timm:
import timm model = timm.create_model("hf_hub:timm/xception41.tf_in1k", pretrained=True) - Transformers
How to use timm/xception41.tf_in1k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="timm/xception41.tf_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/xception41.tf_in1k", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 04a015808983e64c26247adbaf57a33cb9de7c40b899169bcbdadffc3900f1e1
- Size of remote file:
- 108 MB
- SHA256:
- c208ded589c3f45080f3c50b9c84fa4f1cb51aea1fc5308e5a58efc7f4f2892d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.