Project Icon

torchinfo

Detailed PyTorch Model Analysis for Developers

Product DescriptionTorchinfo offers in-depth PyTorch model summaries similar to TensorFlow's model.summary(), aiding in debugging neural networks. The project introduces a refined API beyond torchsummary and torchsummaryX, supporting RNNs, LSTMs, and flexible output formats, including use in Jupyter Notebooks. Features such as verbose mode and input data type support make Torchinfo an invaluable resource for developers seeking detailed insights into model parameters, operations, and architecture for PyTorch 1.4.0 and later.
Project Details