xiangsheng1325 / Graph_VAE

An implement of variational auto-encoder graph generative model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph_VAE

An implement of variational auto-encoder graph generative model.

Overview

Thesis: Variational Graph Auto-Encoders

requirements

  • python==3.6
  • torch==1.5.0
  • networkx==2.4
  • numpy==1.19.0

How to

How to install this package to my laptop?

git clone https://github.com/xiangsheng1325/Graph_VAE.git
cd Graph_VAE
pip install -r requirements.txt

How to start training my graph_vae?

python main.py

How to contact the author for implement details?

Look at the thesis to look for email address of authors, thank for their work.

If you are eager to contact me, add my wechat: xs_light, and indicate your intention.

About

An implement of variational auto-encoder graph generative model.

License:MIT License


Languages

Language:Python 100.0%