circuit-gnn
circuit-gnn copied to clipboard
[ICML 2019] Circuit-GNN: Graph Neural Networks for Distributed Circuit Design http://circuit-gnn.csail.mit.edu/
Dear He Hao, I really appreciate your research!How did you use CST to generate the dataset?Could you please share more details? Best, johhnyzhang
At the line 86, the bug should be corrected into this as follow: def mix_iters(iters): table = [] for i, iter in enumerate(iters): table += [i] * len(iter) np.random.shuffle(table) for...
Your work is great and inspiring. I am working on a similar project as yours. However, I have still some uncertainties in my mind after reading your paper. I will...
Dear He Hao, I found the definition of node attributes and edge attributes in the paper are different from those of the code. In the paper, the node attributes and...