-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
Please fix demo test failures in
demos/tt-forge-fe/cnn/resnet_demo.py
https://github.com/tenstorrent/tt-forge/actions/runs/20457164674/job/58781668463
2025-12-23 09:51:36.974 | INFO | forge.compiled_graph_state:__call__:315 - Running model ResNet forward on device...
Traceback (most recent call last):
File "/__w/tt-forge/tt-forge/demos/tt-forge-fe/cnn/resnet_demo.py", line 63, in <module>
run_resnet_demo_case(variant)
File "/__w/tt-forge/tt-forge/demos/tt-forge-fe/cnn/resnet_demo.py", line 30, in run_resnet_demo_case
output = compiled_model(inputs)
^^^^^^^^^^^^^^^^^^^^^^
File "/root/.pyenv/versions/3.11.13/lib/python3.11/site-packages/forge/compiled_graph_state.py", line 320, in __call__
self.runtime_model_state.run_program(ProgramType.Forward, self.inputs)
RuntimeError: Tensor 0 - stride mismatch: expected [150528, 50176, 224, 1], got [3, 1, 672, 3]
2025-12-23 09:51:36.921 | INFO | MLIRCompiler - Flatbuffer binary generated successfully.
2025-12-23 09:51:36.977 | FATAL | TTDevice - Tensor 0 - stride mismatch: expected [150528, 50176, 224, 1], got [3, 1, 672, 3]
2025-12-23 09:51:39.368 | info | Device | Closing user mode device drivers (tt_cluster.cpp:446)
Error: Process completed with exit code 1.
This demo is checked in tt-forge-fe release and this will be blocking release.
Reactions are currently unavailable