Skip to content

RafeyTahir/Analog-Circuit-Design-Using-Graph-Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This code is the implementation of the Ckt-GNN paper for "Automatic generation of analog circuit using Graph Neural Networks". You have to add the remaining files from the parent directory along with this main file to run the code.

Environment Setup

pip install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html pip install torch_geometric==1.7.2 pip install python-igraph pip install tqdm pip install torch-sparse==0.6.12 -f https://data.pyg.org/whl/torch-1.8.0+cu111.html pip install torch-scatter==2.0.8 -f https://data.pyg.org/whl/torch-1.8.0+cu111.html pip install networkx pip install matplotlib

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages