1 مستودع
Capturing actual tensor dimensions during a forward pass using execution hooks.
Distinct from Tensor Shape Inferences: Distinct from Tensor Shape Inferences: focuses on recording runtime shapes via hooks rather than compile-time or static inference.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Runtime Shape Tracking. Refine with filters or upvote what's useful.
pytorch-summary is a collection of utilities for PyTorch neural networks designed to generate model summaries, calculate memory requirements, and visualize layer-by-layer tensor shapes. It functions as a reporting tool that provides detailed breakdowns of network layers and output shapes to assist with model debugging and inspection. The project provides specialized capabilities for estimating the total memory usage of forward and backward passes based on input dimensions and parameter counts. It generates human-readable visualizations of model structures to verify architectural designs and i
Intercepts PyTorch forward passes using hooks to record the exact shape of tensors at every layer.