deepinsight / deepinsight/insightface

my xnorm in 'cfp_fp' is too big

Open
#999 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
29.7k
Forks
6.1k
PR merge metrics
No merged PRs in 30d

Description

Hello, when I train vargfacenet with arcface, the problem always exists. The value of xnorm is very big and accuracy is very low in 'cfp_fp'. But in others validation datasets, it is normal. Could you help me? Thanks a lot.
![image](https://user-images.githubusercontent.com/18735130/69781230-6b63aa00-11e8-11ea-8a16-e1a93d348ccf.png)
My command line is below:
``` shell
python -u train.py --network vargfacenet --loss arcface --dataset retina --lr 0.01
```
The Xavier method is below:
```python
initializer = mx.init.Xavier(rnd_type='gaussian', factor_type='out', magnitude=2)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.