wengong-jin / icml18-jtnn

Junction Tree Variational Autoencoder for Molecular Graph Generation (ICML 2018)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is this a type error in jtnn_vae?

asawanggaa opened this issue · comments

line 91, self.stereo seems to be a bool type
if self.stereo:
stereo_loss, stereo_acc = self.stereo(mol_batch, mol_vec)

which self.stereo init here, line 46
self.stereo = stereo

Thanks for pointing this out. The issue has been fixed.