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

Inception Layers? #41

Open
mphielipp opened this issue May 10, 2017 · 1 comment
Open

Inception Layers? #41

mphielipp opened this issue May 10, 2017 · 1 comment

Comments

@mphielipp
Copy link

Are you thinking in adding Inception Layers?

@cbovar
Copy link
Owner

cbovar commented May 11, 2017

It's not my priority right now (I am currently working on RNN layers).

If I understand inception layer, it is a maxout + conv 1x1 + conv 3x3 + conv 5x5 on the same input and then concatenated into one tensor on the depth dimension.

Forward pass should be achievable but I am not so sure how to make the error flow on the backward pass.

Since I don't have immediate use of such layer, I'm hoping someone will do PR for this kind of layers :)

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

2 participants