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

TF autograph compilation issue with BiLSTM embeddings #739

Open
dpressel opened this issue Sep 14, 2020 · 0 comments
Open

TF autograph compilation issue with BiLSTM embeddings #739

dpressel opened this issue Sep 14, 2020 · 0 comments

Comments

@dpressel
Copy link
Collaborator

While testing the dependency parser, I was using a combination of word, POS and char-lstm embeddings and it was failing with an autograph error. In most other cases when we need character composition we use dos Santos/Kim-style char conv embeddings, so Im guessing it may be a problem elsewhere. When I changed the feature to conv compositional embeddings it started working

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