Can't get this to work
#1
by
willu
- opened
Hi there,
I'm trying to use this model, but I'm getting:
from transformers import pipeline
model = pipeline(model="keras-io/semantic-segmentation")
ValueError: Unrecognized model in keras-io/semantic-segmentation. Should have a `model_type` key in its config.json
Many thanks for any help, and for this model! :)
@willu hello π unfortunately there's no transformers pipeline for this model, but you can use this script to get the model up and running and call it :') let me know if it doesn't work.