-
-
Notifications
You must be signed in to change notification settings - Fork 17.2k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Search before asking
- I have searched the YOLOv5 issues and discussions and found no similar questions.
Question
In train.py , define g0, g1, g2 three different parameter group and add g1 with weight_decay,
but the logger print f"{len(g0)} weight, {len(g1)} weight (no decay), {len(g2)} bias"
should it be f"{len(g1)} weight, {len(g0)} weight (no decay), {len(g2)} bias"
Additional
No response
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested