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

A mistake in model_adem_with_encoder.py #16

Open
Rango94 opened this issue Aug 24, 2018 · 0 comments
Open

A mistake in model_adem_with_encoder.py #16

Rango94 opened this issue Aug 24, 2018 · 0 comments

Comments

@Rango94
Copy link

Rango94 commented Aug 24, 2018

line 18 in model_adem_with_encoder.py
self.vocab_size, self.embed_size = self.init_embedding.shape
maybe it is
self.vocab_size, self.embedding_size = self.init_embedding.shape

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