Skip to content

Model summarize displayed twice before training starts #3458

@ananthsub

Description

@ananthsub

🐛 Bug

Model summarize is called in two spots, which results in duplication in the logs:

And I'm unsure how it's called again

119083522_2815247905426328_3914141584028152470_n

The first time is with the logger.info(...) since it's formatted. The second time it appears to be logged with print(...) since the table formatting doesn't handle newlines

To Reproduce

Run any training with weights_summary set on the trainer

Expected behavior

We only call summarize once

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedOpen to be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions