How to use nateraw/resnext101_32x8d with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nateraw/resnext101_32x8d", dtype="auto")
No model card