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

Vanishing gradient issue in APN #13

Open
pjj4288 opened this issue May 1, 2018 · 1 comment
Open

Vanishing gradient issue in APN #13

pjj4288 opened this issue May 1, 2018 · 1 comment

Comments

@pjj4288
Copy link

pjj4288 commented May 1, 2018

I am trying to re-implement this experiment in pytorch.
However, weights of APN(Attention Proposal Network) aren't updated because of extremely low gradients.
I think this issue is from logistic function of eq(5). It looks like a flat region of logistic function makes gradients almost zero.

In the paper, authors pretrained APN using last cnn features. Did you record the performance without this initialization?

Thank you.

@Ostnie
Copy link

Ostnie commented May 23, 2018

@pjj4288 Could you please tell me how to create APN? I don't know what loss and clipping should be .

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