wengong-jin / icml18-jtnn

Junction Tree Variational Autoencoder for Molecular Graph Generation (ICML 2018)
MIT License
509 stars 190 forks source link

Generating Vocab.txt #28

Closed NamanChuriwala closed 5 years ago

NamanChuriwala commented 5 years ago

Hi, I'm using my own train data to run Bayesian Optimization, but I'm not sure how to generate my Vocab file using my train file. Can somebody help me with this?

Thanks

GriffinAustin commented 5 years ago

Is it possible to have the file created prior to execution and then just write to the file from there?

wengong-jin commented 5 years ago

Hi,

Here is the documentation: https://github.com/wengong-jin/icml18-jtnn/tree/master/molvae#deriving-vocabulary

NamanChuriwala commented 5 years ago

Thanks wengong-jin. That was helpful.