GCN_Partitioning icon indicating copy to clipboard operation
GCN_Partitioning copied to clipboard

Graph Partitoning Using Graph Convolutional Networks

Results 7 GCN_Partitioning issues
Sort by recently updated
recently updated
newest added

I tested with my real data which has ~300 nodes and 8000 edges. It takes more than 1 day to perform the training. (Also tested data with 40 nodes and...

I am a beginner to graphing problems.I have read your paper and am very interested in the experiment.But I don't understand the data sets in the experiments in your paper...

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

![image](https://user-images.githubusercontent.com/49330390/164868933-3021d74f-af9f-474d-bb6a-f7c964004bd3.png)

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Hi, Because my graph adjacency is large as (100k x 100k) nodes, I plan to use torch's SparseTensor for storing data. I noticed that you implemented a custom loss with...

because A has normalized, D would be a tensor with all 1.