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

GPU Convolution Calculation #27

Open
YFje opened this issue Dec 2, 2015 · 1 comment
Open

GPU Convolution Calculation #27

YFje opened this issue Dec 2, 2015 · 1 comment

Comments

@YFje
Copy link

YFje commented Dec 2, 2015

HI

I want to use convolution layers to do feature extraction. That means after training, I can get the result from each layers.Could you tell me how to do this work base on gpu function in this code.

@sdemyanov
Copy link
Owner

Hi,

If you just need to look at the filters after training, you can use the
Matlab functions getweights/setweights to transform the vector of
parameters to layers and backward. If you want to see which images activate
particular neurons, you need to backpropagate activations using operations
of deconvolution and upsampling. This is not implemented in my toolbox yet.

Regards,
Sergey.

On Thu, Dec 3, 2015 at 3:14 AM, YFje notifications@github.com wrote:

HI

I want to use convolution layers to do feature extraction. That means
after training, I can get the result from each layers.Could you tell me how
to do this work base on gpu function in this code.


Reply to this email directly or view it on GitHub
#27.

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