VeriSilicon/tflite-vx-delegate

Does anyone who run the test_convX case all passed?

Closed this issue · 5 comments

Genlk commented

I've run the conv2D and conv3D test.
The result shows that some cases faild!

In the conv2D ,6failed 2passed
image

In the conv3D ,40failed,0passed
image

@Genlk ,

For conv3D, yes, it still not work. But for Conv2D it can pass from our in-house test. Could you share more information about the software configuration in your test?

Thanks

Genlk commented

@Genlk ,
For conv3D, yes, it still not work. But for Conv2D it can pass from our in-house test. Could you share more information about the software configuration in your test?
Thanks

“For conv3D, yes, it still not work. ” ------You means that the pytest is not work, or the tim-vx(tflite-vx-delegate) doesn't suport the Conv3d?

For the conv2D,I have modify the tolerance to 1e-3(default 1e-6) in the last line of test script, it works!

@sunshinemyson

Genlk commented

@sunshinemyson
I've saw the release log,you added the feature "Added Conv3D API inside lowlevel driver without dilation support." in version V1.1.37.
What does it mean "inside lowlevel driver",I have not see the limit in other ops feature
image

Is that means the conv3d is not totally support?

@sunshinemyson I've saw the release log,you added the feature "Added Conv3D API inside lowlevel driver without dilation support." in version V1.1.37. What does it mean "inside lowlevel driver",I have not see the limit in other ops feature image

Is that means the conv3d is not totally support?

@Genlk ,

we support conv3d but with some restriction, the team will update mapping then you will know the restrictions. And we will make sure conv3d can pass with kernel test.

Thanks

@Genlk ,
For conv3D, yes, it still not work. But for Conv2D it can pass from our in-house test. Could you share more information about the software configuration in your test?
Thanks

“For conv3D, yes, it still not work. ” ------You means that the pytest is not work, or the tim-vx(tflite-vx-delegate) doesn't suport the Conv3d?
For the conv2D,I have modify the tolerance to 1e-3(default 1e-6) in the last line of test script, it works!

@sunshinemyson
we have fixed conv3d kernel test in vx_delegate just now
#139