You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E - Framework output: (torch.Size([6, 2]))
E tensor([[0.9000, 0.9000],
E [0.9000, 0.9000],
E [0.9000, 0.9000],
E [0.9000, 0.9000],
E [0.9000, 0.9000],
E [0.9000, 0.9000]])
E - Compiled model output: (torch.Size([6, 2]))
E tensor([[0.8999, 0.8999],
E [0.8999, 0.8999],
E [0.8999, 0.8999],
E [0.8999, 0.8999],
E [0.8999, 0.8999],
E [0.8999, 0.8999]])
The text was updated successfully, but these errors were encountered:
Description
For some input and target shapes, the Reshape operator causes a deviation from the expected value (e.g. 0.9000), with the output being 0.8999.
Reproduce
repro branch:
https://github.com/tenstorrent/tt-forge-fe/tree/vobojevic/pytorch-reshape-test
repro command:
pytest -svv forge/test/operators/pytorch/tm/test_reshape.py::test_reshape_accuracy
Log excerpt
The text was updated successfully, but these errors were encountered: