Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reparameterization is giving the wrong amount of channels for onnx export #482

Open
RSakib opened this issue Sep 4, 2024 · 0 comments
Open

Comments

@RSakib
Copy link

RSakib commented Sep 4, 2024

I am trying to deploy to tflite, so I began by reparameterizing using the clip-vit-base-patch32-projection pretrained model from openAI and using a custom generated text embedding with only 1 text object.
The reparameterizing went smoothly and I created a config file for the reparameterization, but that part was vague so it could be a point of issues.

The current issue arises when I try to export the reparameterized config and checkpoint into an onnx file. I get this error and I don't know where in my process that I messed up.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant