Skip to content

In train.py, the parameter group desc is error ? #6317

@Otfot

Description

@Otfot

Search before asking

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

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions