You are viewing a plain text version of this content. The canonical link for it is here.
Posted to discuss-archive@tvm.apache.org by Mengbo Z via Apache TVM Discuss <no...@discuss.tvm.ai> on 2021/12/22 12:23:37 UTC

[Apache TVM Discuss] [Questions] Mobilenetv2 is implemented on VTA and nn. conv2D group problem


I was recently trying to deploy the network on an FPGA using VTA, but I ran into this problem when deploying mobilenetV2. When executing nn.conv2d, I set groups to the following format:
```
groups = int(in_planes/16)
    return nn.Conv2d(in_planes, out_planes, kernel_size=3, groups=groups ,stride=stride ,padding=1, bias=False)
```
Although such setting can be achieved, the final result is inconsistent with the result obtained by software training. I don't know why such a result occurs. Have you tried to implement Mobilenet and verified the correctness of the result?





---
[Visit Topic](https://discuss.tvm.apache.org/t/mobilenetv2-is-implemented-on-vta-and-nn-conv2d-group-problem/11761/1) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/8443b8e9cc83a8ca853991bac465ab7a50c5d35a576c30890d9e2d40c62701f4).

[Apache TVM Discuss] [Questions] Mobilenetv2 is implemented on VTA and nn. conv2D group problem

Posted by okkk via Apache TVM Discuss <no...@discuss.tvm.ai>.

Hello, has your problem been solved? When I use vta, I will report an error in graph_pack. How did you solve it? Looking forward to your reply





---
[Visit Topic](https://discuss.tvm.apache.org/t/mobilenetv2-is-implemented-on-vta-and-nn-conv2d-group-problem/11761/2) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/ec48c2f442faa5fb40175e4fb1af51a29f202725a03e5766c28827ed1b07589b).