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

Glove embedder not reading 'token_dimension' parameter #456

Open
zcsheng95 opened this issue Dec 16, 2022 · 0 comments
Open

Glove embedder not reading 'token_dimension' parameter #456

zcsheng95 opened this issue Dec 16, 2022 · 0 comments

Comments

@zcsheng95
Copy link

I found that the program does not recognize the 'token dimension' set in config.py
It turns out in the mindmeld/models/nn_utils/classification.py line 411, it should be

 token_dimension = params.get("token_dimension", 300)
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