-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Hi!
Thank you for your great work. I was wondering how can I mode's information such as number of parameters, estimated total model size via torchsummary
library or other possible tools.
I've received RuntimeError: Given groups=1, weight of size [256, 64, 3, 3], expected input[2, 32, 224, 224] to have 64 channels, but got 32 channels instead
when I run summary(rev_model, input_size=(64, 224, 224))
. I understand that the input in the revnet is divided into two parts in terms of channels (64/2=32). Any suggestion? I appreciate your help!
Metadata
Metadata
Assignees
Labels
No labels