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

error executing model.summary() #29

Open
ahmad212133 opened this issue Oct 5, 2024 · 0 comments
Open

error executing model.summary() #29

ahmad212133 opened this issue Oct 5, 2024 · 0 comments
Labels
comp:model Model related isssues

Comments

@ahmad212133
Copy link

When i execute model.summary() in google collab it throw bellow error

ValueError Traceback (most recent call last)
in <cell line: 1>()
----> 1 model.summary()

1 frames
/usr/local/lib/python3.10/dist-packages/optree/ops.py in tree_map(func, tree, is_leaf, none_is_leaf, namespace, *rests)
745 leaves, treespec = _C.flatten(tree, is_leaf, none_is_leaf, namespace)
746 flat_args = [leaves] + [treespec.flatten_up_to(r) for r in rests]
--> 747 return treespec.unflatten(map(func, *flat_args))
748
749

ValueError: Undefined shapes are not supported.

@google-coral-bot google-coral-bot bot added the comp:model Model related isssues label Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:model Model related isssues
Projects
None yet
Development

No branches or pull requests

1 participant