Results 2 issues of Jerry Luo

Dear author, I download your codes and pre-trained model (model_500k.h5) and tried out the following commands: python preprocess.py data/smiles_500k.h5 data/processed_500k.h5 python sample.py data/processed_500k.h5 data/model_500k.h5 --target autoencoder Then it outputs: NC(=O)c1nc(cnc1N)c2ccc(Cl)c(c2)S(=O)(=O)Nc3cccc(Cl)c3...

I am using Anaconda Python 3.6 with latest Keras and other libraries. When I run python -m chemvae.train_vae It complains: Traceback (most recent call last): File "Anaconda3\lib\runpy.py", line 193, in...