Description
(formerly torch-summary)
Torchinfo provides information complementary to what is provided by print(your_model) in PyTorch, similar to Tensorflow's model.summary() API to view the visualization of the model, which is helpful while debugging your network. In this project, we implement a similar functionality in PyTorch and create a clean, simple interface to use in your projects.
Installation Instructions
Instructions not filled in by author. Author knows what to do. Everybody else should avoid this repo.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
i386 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* | Fedora 42 (4 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable sumantrom/torchinfo
More info about enabling Copr repositories