wengong-jin / icml18-jtnn

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

Made code cross-compatible between Python 2 and 3 #2

Closed alvin-hsu closed 2 years ago

alvin-hsu commented 6 years ago

Hi, I converted your code to Python 3, while (hopefully) maintaining the cross-compatibility with Python 2. Please test the code with Python 2, just to verify.

mkrompiec commented 6 years ago

+1 vote for Python 3 compatibility! It would be great to see this applied

Bibyutatsu commented 4 years ago

I have converted the codes and also implemented a tutorial module here https://github.com/Bibyutatsu/FastJTNNpy3