-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels