-
Notifications
You must be signed in to change notification settings - Fork 208
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
About number of feature map in first block and "conv" layer in BC model #11
Comments
Thank you for your interests
|
Thanks for quick response,
Do you have any schedule to release the prototxt for DenseNet-BC? I found someone does it but it is better to saw from the official version. |
|
Thanks for your detail.
Growth rate for 2 cases same as 8, and first output feature map is 32, dropout=0 Let tried it with C10 for less training time. |
Thanks. So you found case 2 achieves worse accuracy than case 1? |
Yes. I did not test in the torch. I just test in Caffe. Could you verify it in torch? |
Ok, I'll try it in Torch, when there is free GPU. |
Hi,
I read your code and I saw that the number of feature map before goes to first dense block is twice time of growth rate k. Can I choose another number like three times, four times...?
About number of "conv" layer, for example DenseNet-121 BC is 6,12,24,16. Do you have any rule/hint to design the number? What is happen if I choose these number equally?
Thanks in advance
The text was updated successfully, but these errors were encountered: