wengong-jin / hgraph2graph

Hierarchical Generation of Molecular Graphs using Structural Motifs
MIT License
367 stars 108 forks source link

no gnn_train.py in generation folder #6

Closed HayeonLee closed 4 years ago

HayeonLee commented 4 years ago

Thank you for your interesting work.

For generation task, In Readme, mkdir -p ckpt/tmp python gnn_train.py --train train_processed/ --vocab ../data/polymers/inter_vocab.txt --save_dir ckpt/tmp

but there is no 'gnn_train.py' in generation folder. Could you check this? thank you in advance!

wengong-jin commented 4 years ago

It should be vae_train.py. That was a typo when the README was edited. It has been corrected now. Thank you!