You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to use EZKL with the apple/mobilevit-xx-small model, but I got an error during the first step of the EZKL library, when calling gen_settings. I exported the model in ONNX format and performed inference, and then I attempted to use EZKL.
Description error:
[tensor] dimension mismatch in tensor op: Given groups=128, expected kernel to be at least 128 at dimension 0 but got 0 instead
Traceback (most recent call last):
File "mobilevit.py", line 83, in
res = ezkl.gen_settings(onnx_path, settings_path, py_run_args=py_run_args)
RuntimeError: Failed to generate settings: [graph] [halo2] General synthesis
I've been trying to use EZKL with the apple/mobilevit-xx-small model, but I got an error during the first step of the EZKL library, when calling gen_settings. I exported the model in ONNX format and performed inference, and then I attempted to use EZKL.
Description error:
Here is my code:
The text was updated successfully, but these errors were encountered: