Skip to content

I got this error! #3

@wanesta

Description

@wanesta

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions