Skip to content

zhangzheng01310911/GMVAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gaussian Mixture - variational graph auto-encoder(GMVAE) in Pytorch Geometric

This repository implements Gaussian Mixture - variational graph auto-encoder(GMVAE) in Pytorch Geometric, adapted from the autoencoder example code in pyG.

Requirements

  • Python >= 3.6
  • Pytorch == 1.5
  • Pytorch Geometric == 1.5
  • scikit-learn
  • scipy

How to run

First, replace the autoencoder.py with that in /Users/zhangzheng/anaconda3/lib/python3.11/site-packages/torch_geometric/nn/models/autoencoder.py in your pytorch geometric install files folder.

  1. Configure the arguments in config/vgae.yaml file. You can also make your config file.

  2. Specify the config file and run the training script.

python train.py --load_config config/vgae.yaml

Result

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages