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

question on hyperparameters in paper table 8, embedding dimension for YAGO #4

Open
JuliaGast opened this issue Jul 25, 2022 · 0 comments

Comments

@JuliaGast
Copy link

Dear all,

In table 8 of the paper you describe that the embedding size for YAGO is set to 300.
When I want to reproduce these results:
Do I have to set also the hyperparameters initsize and hidsize to 200, or only set the parameter embsize?

parser.add_argument('--initsize', type=int, default=200, help='size of initial representation dimension')
parser.add_argument('--embsize', type=int, default=200, help='size of output embeddings')
parser.add_argument('--hidsize', type=int, default= 200, help='size of representation dimension in the core function')
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

1 participant