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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: