Create Vizstack visualizations of Pytorch models.
Project description
vz-pytorch
Computation graph library for Pytorch models, built with Vizstack.
Usage
This library allows you to produce a computation graph for Pytorch models that use autograd.
- Import the necessary functions:
from vz_pytorch import start, finish. - Begin recording the graph:
start(model). - Execute your model:
model(inputs). - Finish recording:
graph = finish()
The graph object has __view__() defined to produce the computation graph using Vizstack.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vz-pytorch-0.1.3.tar.gz
(6.6 kB
view details)
File details
Details for the file vz-pytorch-0.1.3.tar.gz.
File metadata
- Download URL: vz-pytorch-0.1.3.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd59dc0a29299467d13b7f622fb3d5623854c8dc7b4cdeca3ca5dd9202da95ae
|
|
| MD5 |
1d775f801896ff9517e19b4f68b032b2
|
|
| BLAKE2b-256 |
a23a56fbf6d49fa02e6d19843de51884efca007c674bc126c25fc213fbb0df0e
|