I try my best to implement the mobilenet and dcgan mentioned in VTA: An Open Hardware-Software Stack for Deep Learning.
I used the standard model in the module zoo, but it didn’t achieve the desired results. The implementation of resnet18 on vta is open source, but MobileNet and DCGAN are not. So anyone can tell me how to implement the above two neural networks on vta. Or, if the authors open up their implementation, please tell me. I will be very grateful!
Hi @varinic, thank you for your interest in our work. We’ll be releasing our experiments very soon as we are finalizing Relay compilation support. We’ll share the models we used in the paper. Indeed these aren’t in the gluon model zoo, and are instead customized models
@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:
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,