deepinsight / deepinsight/insightface
RetinaFace default weight decay
- 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.