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

I got this error! #3

Open
wanesta opened this issue Jul 13, 2018 · 2 comments
Open

I got this error! #3

wanesta opened this issue Jul 13, 2018 · 2 comments

Comments

@wanesta
Copy link

wanesta commented Jul 13, 2018

WARNING:tensorflow:Variable += will be deprecated. Use variable.assign_add if you want assignment to the variable value or 'x = x + y' if you want a new python Tensor object.
Traceback (most recent call last):
File "FFM.py", line 143, in
ffm = FFM(batch_size, learning_rate, data_path, field_num, feature_num, feature_map, data_set)
File "FFM.py", line 83, in init
W1 = tf.nn.embedding_lookup(self.field_embedding[f1], self.feature2field[f2])
KeyError: 11

@15801851637
Copy link

I also want to know why this error occurs.....

@fabs2017
Copy link

me too.how to solve this error?

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

3 participants