deepinsight / deepinsight/insightface
In arcface, is there any difference set no_bias=True or False?
Open
- Dominant language
- Python
- Stars
- 29.7k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
In arcface, is there any difference set no_bias=True or False?
```python
In recognition/arcface_mxnet/train.py
fc7 = mx.sym.FullyConnected(data=nembedding,
weight=_weight,
no_bias=True,
num_hidden=config.num_classes,
name='fc7')
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.