deepinsight / deepinsight/insightface

In arcface, is there any difference set no_bias=True or False?

Open
#2,064 0 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

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.