https://github.com/zincware/papyrus
Record your models.
https://github.com/zincware/papyrus
Last synced: 3 months ago
JSON representation
Record your models.
- Host: GitHub
- URL: https://github.com/zincware/papyrus
- Owner: zincware
- License: epl-2.0
- Created: 2024-05-08T07:06:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T13:10:24.000Z (over 1 year ago)
- Last Synced: 2025-07-22T08:54:40.856Z (10 months ago)
- Language: Python
- Size: 439 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# papyrus
Unveiling how neural networks learn.
Just as the invention of papyrus revolutionized the preservation of human thoughts,
*papyrus* will give the ability to record the inner mechanisms of artificial neural networks.
In particular, *papyrus* is an open-source Python library that provides a simple interface to record and store states and properties of neural networks during training.
## Installation
```bash
git clone https://github.com/zincware/papyrus.git
cd papyrus
pip install .
```