Skip to content

Jesse tam#54

Open
x3titan wants to merge 5 commits intouna-dinosauria:masterfrom
x3titan:JesseTam
Open

Jesse tam#54
x3titan wants to merge 5 commits intouna-dinosauria:masterfrom
x3titan:JesseTam

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