Uh oh!
There was an error while loading. Please reload this page.
[TFLite] Fix _test_tflite2_quantized_depthwise_convolution is unused - #12145
Conversation
cc @leandron, please have a look, thanks! |
also cc @NicolaLancellotti(as this might conflict with #12130) |
blackkker
commented
Jul 20, 2022
Also, these lines in tvm/tests/python/frontend/tflite/test_forward.py Lines 4590 to 4593 in eb7cf70 disable the following tests below test_forward_qnn_mobilenet_v3_net()tvm/tests/python/frontend/tflite/test_forward.py Lines 5106 to 5113 in eb7cf70 Can i put test_forward_qnn_mobilenet_v3_net() to the bottom? |
blackkker
commented
Jul 21, 2022
I think @NicolaLancellotti 's #12130 has fixed the input name error, great! |
blackkker
commented
Jul 24, 2022
AndrewZhaoLuo
commented
Jul 27, 2022
I will take a look tomorrow |
I will remove fix input_node name error when #12130 merged. |
AndrewZhaoLuo
left a comment
There was a problem hiding this comment.
So what I understand is the original tests in the issue were disabled since they were flaky. This issue seems closed now #6064 so it's fine to re-enable tests. However, due to some name change some additional code needs to be added to make the tests pass?
Seems fine to me, thanks for contribution.
Uh oh!
There was an error while loading. Please reload this page.
…pache#12145) * Update test for tflite2_quantized_depthwise_convolution * fix input_node name error * Add entry for test_quantized_convolution * reformatted by black
As [Bug] _test_tflite2_quantized_depthwise_convolution is unused #11356 said. The entry of the
_test_tflite2_quantized_depthwise_convolutionhas been completed.And an input_node error has also been fixed, because the input name of the tflite model quantized by the
_quantize_keras_model()will be rewritten(no longerdata_in.name.replace(":0", ""))