Giter Club home page Giter Club logo

Comments (4)

fxmarty avatar fxmarty commented on July 24, 2024

Hi @n9s8a the message ValueError: Trying to export a owlv2 model, that is a custom or unsupported architecture, but no custom onnx configuration was passed as custom_onnx_configs. Please refer to https://huggingface.co/docs/optimum/main/en/exporters/onnx/usage_guides/export_a_model#custom-export-of-transformers-models for an example on how to export custom models. Please open an issue at https://github.com/huggingface/optimum/issues if you would like the model type owlv2 to be supported natively in the ONNX export.

means that owlv2 ONNX export is not yet supported in Optimum. I'll add it to my todo

from optimum.

n9s8a avatar n9s8a commented on July 24, 2024

Hi @fxmarty, Thankyou for your response and for clarifying the situation regarding the owlv2 ONNX export. I'm using owlv2 model in my project. Could you please provide an estimated timeline for when this support might be available?

Additionally, in the meantime, would it be feasible to use any external methods or workarounds to achieve ONNX conversion for the owlv2 model?

Your insights on these matters would be greatly appreciated.

from optimum.

fxmarty avatar fxmarty commented on July 24, 2024

@n9s8a turns out there is an open PR for the ONNX export of owlv2: #1689. It should be a matter of days for it to be merged!

from optimum.

fxmarty avatar fxmarty commented on July 24, 2024

Hi @n9s8a, #1689 is merged. I also recommend you to use Transformers from source for now as huggingface/transformers#29326 fixed a bug in the ONNX export of owlvit/owlv2 and is not yet in a release.

optimum-cli export onnx -m google/owlv2-base-patch16 --task 'zero-shot-object-detection' --framework 'pt' owlv2_onnx

now works.

from optimum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.