Skip to content
/ BVAT Public

Code for "Batch Virtual Adversarial Training for Graph Convolutional Networks"

License

Notifications You must be signed in to change notification settings

thudzj/BVAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c7073c · Jul 29, 2019

History

5 Commits
Jul 29, 2019
Jul 29, 2019
Jul 29, 2019
Jul 29, 2019
Jul 29, 2019

Repository files navigation

BVAT (ICML2019 workshop paper)

Code for "Batch Virtual Adversarial Training for Graph Convolutional Networks" which is based on the original implementation of GCN.

Requirements

  • tensorflow (>0.12)
  • networkx

Run the codes

We provide two adversarial training algorithms (SBVAT and OBVAT). Please refer to our paper for the details. Typically, you can run the algorithms by:

cd obvat
python train.py

Cite

Please cite our paper if you use this code in your own work:

@article{deng2019batch,
  title={Batch Virtual Adversarial Training for Graph Convolutional Networks},
  author={Deng, Zhijie and Dong, Yinpeng and Zhu, Jun},
  journal={arXiv preprint arXiv:1902.09192},
  year={2019}
}

About

Code for "Batch Virtual Adversarial Training for Graph Convolutional Networks"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages