You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: