-
Notifications
You must be signed in to change notification settings - Fork 15
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 the paper #3
Comments
Sorry for late reply.
Thanks :) |
我看到你的ip地址是中国,都是中国人就用中文沟通了,老哥,可以给个邮件吗?想问一下你的最后结果是多少复现代码的。 |
不好意思呀,这个太久了,已经不记得了😂 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have done a very nice job on your paper! I tried to implement your proposed network these days, but I found several problems.
The first one is I found that the Fc layer after descriptor always have negative impacts on the result, on the CUB200-2011, I get top-1 recall 72 on the final l2 layer, but I can get 76 on GD(1) layer (under MG configuration). I think maybe it is influenced strongly by the auxiliary classification branch? I want to know if the loss of ranking loss branch should get more weight?
The second one is how much iters do you train, what is your strategy to tune the lr? (I use 4000 iters and Adam, and the lr divide by 10 on iter 1000, 2000, 3000)
The third question is do you use bias on every fc layer?
The last one is do you fix the bn layer in the backbone?
The text was updated successfully, but these errors were encountered: