Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

summary of layers #269

Open
ranch-hands opened this issue Nov 22, 2021 · 0 comments
Open

summary of layers #269

ranch-hands opened this issue Nov 22, 2021 · 0 comments

Comments

@ranch-hands
Copy link

hi everyone
do you know how can I see the layers and parameters of this network?
I use torchsumary but I don't know where should I put summary to see the outputs, parameters, and layer details. look at my code:

from torchsummary import summary
summary(segmentation_module, (3, 224, 224))
print(segmentation_module)

it doesn't work by the way. pls help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant