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

20 #4

Open
chrisyxue opened this issue Jul 17, 2019 · 2 comments
Open

20 #4

chrisyxue opened this issue Jul 17, 2019 · 2 comments

Comments

@chrisyxue
Copy link

Hello, Could you tell me why it is 20? What's the meaning of it?
In the part of DeepFM.Forward
"""
emb = self.fm_first_order_embeddings[20]
print(Xi.size())
for num in Xi[:, 20, :][0]:
if num > self.feature_sizes[20]:
print("index out")
"""

@weihuiHong
Copy link

This code doesn't work for DeepFM. I think the author just wants to output intermediate values for viewing.

@chenxijun1029
Copy link
Owner

As weihuiHong said, the code was just for test

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