ANSHUMAN87 commented on a change in pull request #6774:
URL: https://github.com/apache/incubator-tvm/pull/6774#discussion_r513163072
##########
File path: tests/python/frontend/tflite/test_forward.py
##########
@@ -2548,14 +2556,17 @@ def test_forward_padv2():
np.array([2], dtype=np.float32),
]
)
- _test_padv2(
- [
- np.arange(0, 256, dtype=np.uint8).reshape((1, 256)),
- np.array([[1, 1], [2, 2]], dtype=np.int32),
- np.array([2], dtype=np.uint8),
- ],
- quantized=True,
- )
+ # NOTE: In recent version, there is a bug in Tensorflow package for this
scenario.
+ # Hence, it is disabled temporarily for latest TF version.
Review comment:
Thanks @u99127 for review!
I have updated the comment section accordingly.
I have checked, there is no open issue. However one reported, but it got
closed(Please [refer](https://github.com/tensorflow/tensorflow/issues/43010)).
As to your issue tracker, maybe i was thinking there are many such instances
already existing in Frontend, which is open to check in future. How about
having a common issue tracker for all ?
I will raise one issue tracker, and then later on any such findings we can
keep adding there.
Please let me know your thoughts. Thanks!
Also cc @anijain2305 , to share your thoughts on above.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]