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

TypeError in DecomposeMultiDimSqueeze TVM callback in densenet xray variant #642

Closed
kamalrajkannan78 opened this issue Nov 7, 2024 · 0 comments · Fixed by tenstorrent/tt-tvm#52 or #1058
Labels
bug Something isn't working
Milestone

Comments

@kamalrajkannan78
Copy link
Contributor

Description

  • TypeError: int() argument must be a string, a bytes-like object or a real number, not 'Any' in DecomposeMultiDimSqueeze TVM callback in densenet xray variant

Reproduce

git checkout kkannan/model_issues
git submodule update --recursive
pytest forge/test/model_demos/high_prio/cnn/pytorch/test_densenet.py -k "xray" -svv

Observed Behaviour

>   input_shape = [int(dim) for dim in pre.args[0].checked_type.shape]
E   TypeError: int() argument must be a string, a bytes-like object or a real number, not 'Any'

Logs

@kamalrajkannan78 kamalrajkannan78 added the bug Something isn't working label Nov 7, 2024
@kamalrajkannan78 kamalrajkannan78 added this to the [FFE] Bringup milestone Nov 7, 2024
meenakshiramanathan1 added a commit to tenstorrent/tt-tvm that referenced this issue Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants