Metadata-Version: 2.1
Name: torch-graphgen
Version: 1.0.2
Summary: Generate graph representations of deep neural networks compatible with torch-geometric
License: GPL-3.0-only
Author: Quoding
Author-email: quoding@protonmail.ch
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# torch-graphgen
Generate a graph representation from a PyTorch model, detailing parent/child connections of trainable layers.

# Installation
```pip install torch-graphgen```

