Skip to content

Instantly share code, notes, and snippets.

@NTU-P04922004
Created November 30, 2019 12:04
Show Gist options
  • Select an option

  • Save NTU-P04922004/8d8536f3860923496e461fb4d3fa3515 to your computer and use it in GitHub Desktop.

Select an option

Save NTU-P04922004/8d8536f3860923496e461fb4d3fa3515 to your computer and use it in GitHub Desktop.
Model summary in PyTorch

pip install torchsummary or git clone https://github.com/sksq96/pytorch-summary

from torchsummary import summary
summary(your_model, input_size=(channels, H, W))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment