Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

name 'vae' is not defined #31

Open
sli259 opened this issue Jun 24, 2020 · 0 comments
Open

name 'vae' is not defined #31

sli259 opened this issue Jun 24, 2020 · 0 comments

Comments

@sli259
Copy link

sli259 commented Jun 24, 2020

Hi, I am trying to have a test run in the zinc_properties and trained about 100 molecules from the csv. After that I have several *.h5 files. When I went to the intro_to_chemvae.ipynb, I have the following errors.


NameError Traceback (most recent call last)
in
1 smiles_1 = mu.canon_smiles('CSCC(=O)NNC(=O)c1c(C)oc(C)c1C')
2
----> 3 X_1 = vae.smiles_to_hot(smiles_1,canonize_smiles=True)
4 z_1 = vae.encode(X_1)
5 X_r= vae.decode(z_1)

NameError: name 'vae' is not defined.

Everything else seems fine, can anyone help me find out where goes wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant