Closed HariniMohan0102 closed 1 day ago
@HariniMohan0102 why is use shallow conv variant set to False it the unit test? this is a 3 input channel conv. it is shallow.
@HariniMohan0102 I se you listed N300, are you doing data parallel or using a single chip on N300?
@dvartaniansTT Unit test is done on n300 in single chip.
@HariniMohan0102 I checked the issue on the mainline. The given test case passes if you override the config to --> {"act_block_h": 64}
@HariniMohan0102 Please try the config @shwetankTT mentioned above and let us know if this can be closed.
Sure, I'll test the config and update you.
The test case passed by having "act_block_h": 64 in config override. Closing the issue, as it is resolved. Thank you.
Describe the bug On unit testing the Conv2d ops of Yolov7, a Conv failed with the following error:
To Reproduce Steps to reproduce the behavior:
pytest tests/ttnn/unit_tests/operations/test_new_conv2d.py::test_yolov7_failing_convs
Expected behavior Expected to pass the failing conv.
Please complete the following environment information: