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

Code for Multi-Scale Convolutional Net #146

Closed
Braunhofer opened this issue Feb 8, 2015 · 1 comment
Closed

Code for Multi-Scale Convolutional Net #146

Braunhofer opened this issue Feb 8, 2015 · 1 comment

Comments

@Braunhofer
Copy link

Hello.
I am trying to simulate what clement farabet and others did in this paper : http://yann.lecun.com/exdb/publis/pdf/farabet-pami-13.pdf
(learning hierarchical features for scene labeling).

What I want is to train my system (consisting of copies of a single convnet) on a multi-scale pyramid version of an image. upscale the individual outputs and combine them to form one large set of feature maps, and forward it onto a 2 layer MLP.

Can anyone please point me towards the code that does this ? A short tutorial would be helpful also.

@soumith
Copy link
Member

soumith commented Feb 9, 2015

Since this is not a bug report, it is much better to use the forums:

http://groups.google.com/forum/#!forum/torch7

@soumith soumith closed this as completed Feb 9, 2015
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