Metadata-Version: 2.1
Name: PyTorchLayerViz
Version: 1.0
Summary: PyTorchLayerViz is a Python library that allows you to visualize the weights and feature maps of a PyTorch model.
Author: Simone Panico
Author-email: simone.panico@icloud.com
Keywords: python,pytorch,deep learning,model
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: pillow
Requires-Dist: matplotlib

PyTorchLayerViz is a Python library designed to assist developers and researchers in visualizing 
the weights and feature maps of PyTorch models. This tool provides easy-to-use functions to help 
understand and interpret deep learning models, making it an essential utility for anyone working 
with PyTorch.
