torchsummary 1.5.1
0
Model summary in PyTorch similar to `model.summary()` in Keras
Contents
Model summary in PyTorch similar to model.summary()
in Keras
The sksq96/pytorch-summary
repo was created 6 years ago and the last code push was 7 months ago.
The project is very popular with an impressive 4008 github stars!
How to Install torchsummary
You can install torchsummary using pip
pip install torchsummary
or add it to a project with poetry
poetry add torchsummary
Package Details
- Author
- Shubham Chandel @sksq96
- License
- Homepage
- https://github.com/sksq96/pytorch-summary
- PyPi:
- https://pypi.org/project/torchsummary/
- GitHub Repo:
- https://github.com/sksq96/pytorch-summary
Related Packages
Errors
A list of common torchsummary errors.
Code Examples
Here are some torchsummary
code examples and snippets.
GitHub Issues
The torchsummary package has 138 open issues on GitHub
- RuntimeError: Failed to run torchsummary. See above stack traces for more details. Executed layers up to: []
- Not working on cpu
- Is not work about 'dict' input?
- summary error when nn.LSTM(batch_first=True)