@thierry @zhanghaohit @varinic @mrb256 @joyliu37 
Hello everyone, I have been trying to implement the network on FPGA through VTA 
and mobilenetV2, where I set nn. Conv2d as 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)
```
I found that although he eventually implemented it, the classification output I 
got from the VTA was different or even completely different from the 
classification output I got from the software.  Have you ever tried to 
implement grouping convolution, and is the result of it fought for?  I'd like 
to hear from you,





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/some-questions-about-mobilenet-and-dcgan-implemented-on-vta/2842/7)
 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/6492517bd9dcee696976db86b245932225f594edf7d9f6949e5c9c4d793904ef).

Reply via email to