How to use mdeputy/output with Transformers:
# Load model directly from transformers import UNETForSegmentation model = UNETForSegmentation.from_pretrained("mdeputy/output", dtype="auto")
How to fix it?