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).

Reply via email to