-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[VTA] Bringing group convolution support #4421
Conversation
Added the tophub schedules for Pynq group convolutions running mobilenet-g from the VTA paper: tlc-pack/tophub@9f9fdba |
Removed WIP tag; PR ready for review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tmoreau89 Thanks for bringing the new feature. I left some comments, otherwise LGTM.
vta/tests/python/integration/test_benchmark_topi_group_conv2d.py
Outdated
Show resolved
Hide resolved
vta/tests/python/integration/test_benchmark_topi_group_conv2d.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@tmoreau89 feel free to merge |
* group conv operator support for VTA * autotvm tuning script for group conv2d * lint fix * lint fix * lint fix * addressing comments
* group conv operator support for VTA * autotvm tuning script for group conv2d * lint fix * lint fix * lint fix * addressing comments
* group conv operator support for VTA * autotvm tuning script for group conv2d * lint fix * lint fix * lint fix * addressing comments
This PR brings group convolution operator support to VTA.