Skip to content

[ISSUE]TypeError: cannot unpack non-iterable int object #23

@kimm240

Description

@kimm240

Hi. Thanks for your help (#22), I can pass this issue.

After this,
When I run

vnnx_compile -c V1000 -t *_truncated_full_integer_quant.tflite -o *.vnnx

This Issue happen.
Image

I suspect the problem is that data_bytes > 2,147,483,647, which exceeds the range of a signed 32-bit integer (int).

So I have a question:

Is this limit (on data_bytes) a hard constraint imposed by the VectorBlox hardware/compiler, or is it just a software limitation due to using a 32-bit integer type?

In other words, if I modify the SDK to use a larger type like long or uint64_t, would it be possible to compile and run such a large model?
Or is there a fundamental restriction in the VectorBlox runtime or hardware?

I couldn't find any documentation that clearly states the maximum allowed data_bytes, so I wanted to ask directly.

Thanks again!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions