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

why self.dim=len(word2vec[next(iter(glove_small))])? #8

Open
haemi opened this issue Apr 16, 2019 · 0 comments
Open

why self.dim=len(word2vec[next(iter(glove_small))])? #8

haemi opened this issue Apr 16, 2019 · 0 comments

Comments

@haemi
Copy link

haemi commented Apr 16, 2019

why using the glove_small when defining the vectorizers? Is here

    self.dim=len(word2vec)

not enough? I don't get the next/iter and glove_small part...

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