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

[Bug] char id takes 3 dimensional vector as input #3

Open
PaulZhangIsing opened this issue Nov 7, 2019 · 0 comments
Open

[Bug] char id takes 3 dimensional vector as input #3

PaulZhangIsing opened this issue Nov 7, 2019 · 0 comments

Comments

@PaulZhangIsing
Copy link

From Keras documentation, it looks Embedding layers could only take 2d input vector,
However, in line char_ids = [None, None ,None], it looks it takes 3d vector,
Therefore when I try to run the program, it faces the bug.

Does anyone have any ideas on how to fix it?

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