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'm failing to generate the settings json with the following command: ezkl gen-settings -M network.onnx --variables sequence_length=1,batch_size=1
Getting a DimError, though I am not able to see any further info on what the cause is.
With this new PR I get a little more info:
[E] [2023-12-30 18:49:16, ezkl::graph::model] - dimensionality error when manipulating a tensor: The current dimension 512 must be contained in the new shape [1, 1, 1] or be 1
[E] [2023-12-30 18:49:16, ezkl] - failed: General synthesis error
The command I ran actually includes that, sorry @alexander-camuto the original comment didn't mention the right command, edited now.
So the issue still stands.
Describe the bug
Related to model 2 from #670.
I'm failing to generate the settings json with the following command:
ezkl gen-settings -M network.onnx --variables sequence_length=1,batch_size=1
Getting a
DimError
, though I am not able to see any further info on what the cause is.With this new PR I get a little more info:
Expected behaviors
Steps to reproduce the bug
Device and Operating System
OS: MacOS
Version: Ventura 13.3.1
Processor: Apple M1
Memory: 16 GB
Additional Information
The text was updated successfully, but these errors were encountered: