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:29:25 UTC

[Apache TVM Discuss] [Questions] Some questions about MobileNet and DCGAN implemented on VTA


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

[Apache TVM Discuss] [Questions] Some questions about MobileNet and DCGAN implemented on VTA

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

Hello, have you implemented the deployment of mobilenetv2 on FPGA?





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