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

Why is acc always zero #14

Open
2151330 opened this issue Aug 8, 2019 · 2 comments
Open

Why is acc always zero #14

2151330 opened this issue Aug 8, 2019 · 2 comments

Comments

@2151330
Copy link

2151330 commented Aug 8, 2019

I used train_softmax,py in https://github.com/deepinsight/insightface/blob/master/src/train_softmax.py
The parameters are set like this:
CUDA_VISIBLE_DEVICES='0' python -u train_softmax.py --network y1 --ckpt 2 --loss-type 4 --lr 0.00001 --emb-size 512 --per-batch-size 80 --wd 0.0000001 --data-dir /home/mi5/insightface/src/data/faces_vgg --pretrained /home/mi5/insightface/models/model-y1/model,00 --prefix ../models/MobileFaceNet/model-y1
Why is acc always zero?Can you help me?
image

@qidiso
Copy link
Owner

qidiso commented Aug 8, 2019

your batch size is too small...--wd is small too

@quocnhat
Copy link

how do u get the pretrained model? I can not find it. thanks

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

3 participants