Skip to content

Commit

Permalink
Fix Readmd
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ishiguro committed Jul 22, 2020
1 parent 611417a commit a45122a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions examples/molnet_wle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,3 @@ The paper [1] shows that the use of (C)WLE consistently improves the generalizat

[1] Katsuhiko Ishiguro, Kenta Oono, and Kohei Hayashi, "Weisfeiler-Lehman Embedding for Molecular Graph Neural Networks", arXiv: 2006.06909, 2020. [paper link](https://arxiv.org/abs/2006.06909)



For example, if you want to train "bbbp" dataset,

With CPU:
```angular2html
python train_molnet.py --dataset=bbbp
```

With GPU:
```angular2html
python train_molnet.py --dataset=bbbp -g 0
```

0 comments on commit a45122a

Please sign in to comment.