deepinsight / deepinsight/insightface

RetinaFace default weight decay

Open
#992 1 comment 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

https://github.com/deepinsight/insightface/blob/4a4b8d03fec981912fdef5b3232a37a827cbeed6/RetinaFace/train.py#L344

I am trying to train RetinaFace using resnet as backbone network. I ran into this error

```
Traceback (most recent call last):
File "train.py", line 367, in
main()
File "train.py", line 350, in main
args = parse_args()
File "train.py", line 344, in parse_args
parser.add_argument('--wd', help='weight decay', default=default.wd, type=float)
AttributeError: 'EasyDict' object has no attribute 'wd'
```
Seems like there should be a `default.wd` specified in `config.py`. What's the proper weight decay?

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.