huggingface / exporters

Export Hugging Face models to Core ML and TensorFlow Lite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detr-Resnet-50 Model Conversion to CoreML

sanjanathinks opened this issue · comments

I noticed that facebook/detr-resnet-50 is not able to convert into a CoreML format when using the Command Line prompt "python -m exporters.coreml --model=path_to_checkpoint path_to_converted_model.

In MODELS.md, for the Detr model, it states "The conversion completes without errors but the Core ML compiler cannot load the model. "Invalid operation output name: got 'tensor' when expecting token of type 'ID'".

Are you planning to release a complete export for Detr models soon? Could you please keep me posted?