The Wayback Machine - https://web.archive.org/web/20201030224417/https://github.com/alibaba/MNN/pull/317
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

fix inputCount=0 of convolution layer in benchmark mode #317

Open
wants to merge 1 commit into
base: master
from

Conversation

@twmht
Copy link
Contributor

@twmht twmht commented Sep 12, 2019

When converting the fully connection layer to convolution layer or slicing the group convolution layer in benchmark mode (MNNConverter --benchmarkModel), the input count of the convolution layer would be zero and thus can't run with benchmark.out.

Add inputCount would solve the issue.

@twmht twmht force-pushed the twmht:inputcount branch 2 times, most recently from f1f74fa to 20ebe87 Sep 12, 2019
@twmht twmht force-pushed the twmht:inputcount branch from 20ebe87 to 7cf538e Sep 13, 2019
@Naville Naville force-pushed the alibaba:master branch 3 times, most recently from e5c7cfc to 91b5ade Jan 16, 2020
@CLAassistant
Copy link

@CLAassistant CLAassistant commented Jun 12, 2020

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.