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

M2M100 to ONNX #61

Open
sorgfresser opened this issue Sep 10, 2022 · 0 comments
Open

M2M100 to ONNX #61

sorgfresser opened this issue Sep 10, 2022 · 0 comments

Comments

@sorgfresser
Copy link

I am currently trying to, with slight modifications, apply fastT5 to M2M100. While the conversion itself is working like a charm, I am getting a lot of

Ignore MatMul due to non constant B: /[MatMul_(insert int here)]
e.G. Ignore MatMul due to non constant B: /[MatMul_2256]

errors during quantization. After some research I dug up multiple colabs that are simply ignoring this warning. Is any treatment necessary and are there known ways to handle it?

Apart from that: do you plan on expanding this repo to different models (for example in different branches) or do you rather want forks that provide support for other models?

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