Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
8738ebfa
"tests/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "e3f3672f46877c18aa4088d852988b35fc4d1e1b"
Commit
8738ebfa
authored
Oct 14, 2018
by
GaiYu0
Browse files
README.md
parent
e7679cf2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
examples/pytorch/line_graph/README.md
examples/pytorch/line_graph/README.md
+18
-0
No files found.
examples/pytorch/line_graph/README.md
0 → 100644
View file @
8738ebfa
Community Detection with Graph Neural Networks (CDGNN)
============
Paper link:
[
https://arxiv.org/abs/1705.08415
](
https://arxiv.org/abs/1705.08415
)
Author's code repo:
[
https://github.com/joanbruna/GNN_community
](
https://github.com/joanbruna/GNN_community
)
This folder contains a DGL implementation of the CDGNN model.
An experiment on the Stochastic Block Model in default settings can be run with
```
bash
python train.py
```
An experiment on the Stochastic Block Model in customized settings can be run with
```
bash
python train.py
--batch-size
BATCH_SIZE
--gpu
GPU
--n-communities
N_COMMUNITIES
--n-features
N_FEATURES
--n-graphs
N_GRAPH
--n-iterations
N_ITERATIONS
--n-layers
N_LAYER
--n-nodes
N_NODE
--model-path
MODEL_PATH
--radius
RADIUS
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment