Skip to content

YilongJu/MolGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOMolGAN

Modification of original MolGAN: An implicit generative model for small molecular graphs (https://arxiv.org/abs/1805.11973)

Dependencies

Usage

  • Modify hyperparameters in the main function of example.py
  • To train:
    • Set skip_training to False
  • To test:
    • Keep hyperparameters unchanged
    • Set skip_training to True
    • Set test_epoch to the epoch used for inference

Then, type

python example.py

to run.

Check results

Figures of generated molecules are saved as a png file in a folder whose name begins with qm9_5k..., which is records the experiment setting.

About

LOMolGAN - Adding latent optimization to the original MolGAN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published