-
Notifications
You must be signed in to change notification settings - Fork 46
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
some questions about caffe deconvolution #5
Comments
Hi @jsjs0827 May I ask what's your problem? More information could lead to better suggestion. |
So appreciated for your reply. |
I didn't use the ReLU. You can try different values for the parameter "group". I think it will be helpful. Efficient : bilinear upsampling directly. |
Yeah, I used the combination myself before,but the feature map I get is not very good for the detection.You use the deconv for what,specific task? |
I operate deconv on my networks and show the feature maps,I find that the feature maps are quite white(maybe all value>0),did caffe uniformize the data before feed them to deconvolutional layer? Where can I change the mechanism?
我在我自己的网络上做反卷积,但是得到的特征图都偏白,caffe在做反卷积的时候要归一化的吗?我在源码哪能改掉这个机制?
The text was updated successfully, but these errors were encountered: