tenstorrent / tt-forge-fe

The TT-Forge FE is a graph compiler designed to optimize and transform computational graphs for deep learning models, enhancing their performance and efficiency.
https://docs.tenstorrent.com/tt-forge-fe/
Apache License 2.0
19 stars 3 forks source link

error: 'ttnn.conv2d' op Bias must only have data on the final dimenstion in vgg #637

Open kamalrajkannan78 opened 1 day ago

kamalrajkannan78 commented 1 day ago

Description

Reproduce

git checkout kkannan/vgg_conv2d_issue
git submodule update --recursive
# to run model specific sanity
pytest forge/test/model_demos/high_prio/cnn/pytorch/test_vgg.py -k "11" -svv
# to run op specific sanity
pytest forge/test/mlir/test_ops.py -k "issue" -svv 

Observed Behaviour

loc("conv2d_0.dc.conv2d.3"("forward":4294967295:25)): error: 'ttnn.conv2d' op Bias must only have data on the final dimenstion

Logs

Kamalrajkannan commented 1 day ago

linked to #618