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

Bidirectional RNN? #63

Open
martiansideofthemoon opened this issue Nov 22, 2016 · 2 comments
Open

Bidirectional RNN? #63

martiansideofthemoon opened this issue Nov 22, 2016 · 2 comments

Comments

@martiansideofthemoon
Copy link

There should be an option to add a bidirectional recurrent neural network using the three core RNN cells.

@ubergarm
Copy link
Collaborator

I'm interested in this as well and have been reviewing your PR.

If possibly I'd like to split out the eval and perplexity stuff into its own PR, and merge that first.

Then given the recent refactoring if there is a way to get your bidirectional work integrated in a way that allows the existing models to work the same but turn on bidirectional with a CLI argument e.g. --model=bidirectional or similar. However I'm not familiar enough which combinations of models/cells/architectures require each other to work to have compatible CLI arguments.

So possibly it shouldl be --model=lstm --bidirectional=True or something like that?

@laotao
Copy link

laotao commented Jan 8, 2018

@ubergarm I need this feature too. I'm using the model to do spell checking. It worked except for the first few chars. I think a bidirectional model will solve my problem.

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

3 participants