You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the amazing work! I would like to implement hardware-friendly DNNs like MobileNets, etc. I wanted to know if there is any upcoming support for depthwise conv layer? If no, may I know how can I add it?
The text was updated successfully, but these errors were encountered:
I assume you want to model a hardware-accelerated block that runs depthwise convolutions. You will have to implement your own operator for this, which will require an accompanying Aladdin kernel. See https://harvard-acc.github.io/smaug_docs/add_python_operator.html for more details.
Hey,
Thanks for the amazing work! I would like to implement hardware-friendly DNNs like MobileNets, etc. I wanted to know if there is any upcoming support for depthwise conv layer? If no, may I know how can I add it?
The text was updated successfully, but these errors were encountered: