Skip to content

Computation graph library for Pytorch models, built with Vizstack.

Notifications You must be signed in to change notification settings

vizstack/vz-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  1. Import the necessary functions: from vz_pytorch import start, finish.
  2. Begin recording the graph: start(model).
  3. Execute your model: model(inputs).
  4. Finish recording: graph = finish()

The graph object has __view__() defined to produce the computation graph using Vizstack.

About

Computation graph library for Pytorch models, built with Vizstack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published