Skip to content
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

Does CHaiDNN support the Depthwise convolution layer? #166

Open
mazhongzhong opened this issue Jun 19, 2019 · 2 comments
Open

Does CHaiDNN support the Depthwise convolution layer? #166

mazhongzhong opened this issue Jun 19, 2019 · 2 comments

Comments

@mazhongzhong
Copy link

The document (https://github.com/Xilinx/CHaiDNN/blob/master/docs/SUPPORTED_LAYERS.md) says the CHaiDNN supports the Depthwise Convolution Layer. But when we actually run a Depthwise Convolution Layer on it, the CHaiDNN can run it and outputs a result, but the result is not correct. So, I wonder Does the CHaiDNN support the Depthwise convolution layer or not? If the CHaiDNN does support the Depthwise convolution layer, has anyone used this successfully? Is there a demo to show how to use this feature?

@ishida66
Copy link

ishida66 commented Jun 20, 2019

It seems that the problem lies in the quantization rather than the layer implementation itself.

The paper below attempted a MobileNet model that could be used on fixed point quantization.

https://arxiv.org/pdf/1803.08607.pdf

@xlxxxxxl
Copy link

xlxxxxxl commented Jul 2, 2019

Hi @mazhongzhong @ishida66
Have you solved this problem please?

Thanks
xuelei

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants