Skip to content

dk0d/nlgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLGraph

NeList Graph

Reads a verilog gate-level netlist into a nlgraph.Graph object.

The Graph object provides utilities for working with netlist graphs and machine learning using pytorch.

TODOs

  • pypi release
  • Usage examples in readme

Post Install PyTorch Dependencies

After installation, you can use torchinstaller (installed as a dependency to this project) to help install pytorch and torch-geometric dependencies if you'd like. torchinstaller helps to automatically detect cuda versions and/or just to build the right install commands for pytorch, etc. See torchinstaller for more details.

e.g.

Dry run install (no -i flag)

> torchinstall --pytorch --lightning --pyg -pyg-src

PyTorch and PyTorch-Lightning

> torchinstall --pytorch --lightning -i

PyTorch-Geometric

> torchinstall --pyg -i
torchinstall --pyg -pyg-src -i
torchinstall --pytorch --lightning --pyg -pyg-src -i

PyTorch-Geometric from source

> torchinstall --pyg -pyg-src -i

Install all

> torchinstall --pytorch --lightning --pyg -pyg-src -i

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published