You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
@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.
There should be an option to add a bidirectional recurrent neural network using the three core RNN cells.
The text was updated successfully, but these errors were encountered: