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

doubts #4

Open
vaishnavm217 opened this issue Mar 26, 2018 · 1 comment
Open

doubts #4

vaishnavm217 opened this issue Mar 26, 2018 · 1 comment

Comments

@vaishnavm217
Copy link

Hi,
I made changes to your network. Added the batchnorm and xavier initializations, but i noticed you have used Adam optimizer while paper used SGD with decay and momentum, even the parameters are not the same of paper. I followed the same methodology, but my loss is still pretty high (~3.5),still need to do eval using widerface eval.

  1. Did you train it on widerface train+val or only train?
  2. For eval, did you use the evaluation tool present in site?
@Vermeille
Copy link

Yeah the code is reaaaaaaaally weird...

  • The number of filters in the first layer is really low
  • No BN, beside CReLU, _not a single non-linearity. Look at the Inception cells, they have no ReLU. What are they worth then?
  • The paper talks about a "Scale" layer in the CReLU layer, that's nowhere to be found here.

If you've found some explanations, I'll gladly listen to them

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