You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: