Transformers How to use hf-tiny-model-private/tiny-random-MobileNetV2ForSemanticSegmentation with Transformers:
# Load model directly
from transformers import AutoImageProcessor, MobileNetV2ForSemanticSegmentation
processor = AutoImageProcessor.from_pretrained("hf-tiny-model-private/tiny-random-MobileNetV2ForSemanticSegmentation")
model = MobileNetV2ForSemanticSegmentation.from_pretrained("hf-tiny-model-private/tiny-random-MobileNetV2ForSemanticSegmentation")