FFM-tensorflow icon indicating copy to clipboard operation
FFM-tensorflow copied to clipboard

I got this error!

Open wanesta opened this issue 6 years ago • 2 comments

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

wanesta avatar Jul 13 '18 10:07 wanesta

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

15801851637 avatar Jul 31 '18 16:07 15801851637

me too.how to solve this error?

fabs2017 avatar Dec 23 '18 05:12 fabs2017