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

Jesse tam #54

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Jesse tam #54

wants to merge 5 commits into from

Conversation

x3titan
Copy link

@x3titan x3titan commented Mar 11, 2019

add new mode named "bid"
that is bidirectional_dynamic_rnn network
I test "tied" mode and "bid" mod, these 2 mod can switch correctly

x3titan added 5 commits March 11, 2019 18:11
… tf.contrib.legacy_seq2seq.rnn_decoder as decoder

#tied: tied mode, use tf.contrib.legacy_seq2seq.tied_rnn_seq2seq for both coder and encoder
#bid: bid mode, use tf.nn.bidirectional_dynamic_rnn as encoder, and use tf.contrib.legacy_seq2seq.rnn_decoder as decoder
#     bid mode has 2 submode:
#         1: lstm submode: both encoder and decoder use tf.nn.rnn_cell.LSTMCell as the cell
#         2: gru submode: both encoder and decoder use tf.nn.rnn_cell.GRUCell as the cell
@steffenvan
Copy link

Perhaps I'm mistaken, but doesn't your extension neutralise the effect of the LinearSpaceDecoder and ResidualWrapper?

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

Successfully merging this pull request may close these issues.

2 participants