Skip to content

a net with single module has no information printed out #9

@harryhan618

Description

@harryhan618
net = nn.Linear(2,3)
summary(net, (2,))

This will print no line since in function register_hook, module == model.
I haven't figured out how to fix this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions