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

Errors after running training.py #1

Open
jskDr opened this issue Aug 5, 2016 · 1 comment
Open

Errors after running training.py #1

jskDr opened this issue Aug 5, 2016 · 1 comment

Comments

@jskDr
Copy link

jskDr commented Aug 5, 2016

I got errors after I ran the following command. How can I resolve this error? This error comes from the invalid use of lan().
jamessungjinkim$ python training.py
Traceback (most recent call last):
File "training.py", line 24, in
flags.DEFINE_integer('initial_feature_vector_size',utils.num_of_features(),'Size of the individual feature for all the nodes' )
File "/home/jamessungjinkim/Dropbox/Aspuru-Guzik/030 Labs/Py3/github_download/Deep-Learning-in-Chemoinformatics/src/utils.py", line 6, in num_of_features
return num_bond_features()+num_atom_features()
File "/home/jamessungjinkim/Dropbox/Aspuru-Guzik/030 Labs/Py3/github_download/Deep-Learning-in-Chemoinformatics/src/utils.py", line 62, in num_atom_features
return len(atom_features(a))
TypeError: len() of unsized object

@akshaybetala
Copy link
Owner

Hi Sungjin,

The project is still ongoing and not complete.

Regards
Akshay

Akshay Jain
Masters in Computer Science
University Of California
+1 949-501-5552

On Fri, Aug 5, 2016 at 2:28 PM, Sungjin Kim notifications@github.com
wrote:

I got errors after I ran the following command. How can I resolve this
error? This error comes from the invalid use of lan().
jamessungjinkim$ python training.py
Traceback (most recent call last):
File "training.py", line 24, in
flags.DEFINE_integer('initial_feature_vector_size',utils.num_of_features(),'Size
of the individual feature for all the nodes' )
File "/home/jamessungjinkim/Dropbox/Aspuru-Guzik/030
Labs/Py3/github_download/Deep-Learning-in-Chemoinformatics/src/utils.py",
line 6, in num_of_features
return num_bond_features()+num_atom_features()
File "/home/jamessungjinkim/Dropbox/Aspuru-Guzik/030
Labs/Py3/github_download/Deep-Learning-in-Chemoinformatics/src/utils.py",
line 62, in num_atom_features
return len(atom_features(a))
TypeError: len() of unsized object


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABVgr3_1k24NdrJ5H7dMy1Y_YFzedUUhks5qc6sSgaJpZM4JeE1X
.

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

2 participants