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

why not implement it by cnn #1

Open
hanghang2333 opened this issue Mar 13, 2019 · 3 comments
Open

why not implement it by cnn #1

hanghang2333 opened this issue Mar 13, 2019 · 3 comments

Comments

@hanghang2333
Copy link

I think the fsmn is similarity to the convolution layer, but I can't find anyone use the conv layer, does I wrong?

@wd929
Copy link

wd929 commented May 22, 2019

SFSMN can be implemented using convolution layer, but vFSMN cannot. The operation is similar as convolution, but it is not the same. Conv ops do multiply and reduce sum in to a scalar, but fsmn reduce sum in one dimension

@wizardk
Copy link

wizardk commented May 28, 2019

SFSMN can be implemented using convolution layer, but vFSMN cannot. The operation is similar as convolution, but it is not the same. Conv ops do multiply and reduce sum in to a scalar, but fsmn reduce sum in one dimension

So vFSMN is same as depth-wise conv?

@xx205
Copy link

xx205 commented Jul 30, 2020

SFSMN can be implemented using convolution layer, but vFSMN cannot. The operation is similar as convolution, but it is not the same. Conv ops do multiply and reduce sum in to a scalar, but fsmn reduce sum in one dimension

So vFSMN is same as depth-wise conv?

You are definitely right.

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

4 participants