NielsRogge / Transformers-Tutorials

This repository contains demos I made with the Transformers library by HuggingFace.
MIT License
9.54k stars 1.45k forks source link

DETA Swin Large: Input image size (800*800) doesn't match model (224*224). #425

Open Nayal17 opened 6 months ago

Nayal17 commented 6 months ago

I am using tutorials notebook with my custom data, code breaks today only it was working fine yesterday. From further investigation, this error is due to latest commit on transformers modeling_swin.py file, where interpolation is by default false. Is there any a way to turn interpolation on, in tutorials notebook