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
add seq2seq layer to embedding layer with mask raise "Exception: Layers should have equal number of output tensors and output masks. Layer recurrent_sequential_1 has 3 output tensors and 4 output masks."
#270
Open
shelfee opened this issue
Jan 16, 2019
· 4 comments
model = Sequential() model.add(Embedding(39, 39, input_length=24, mask_zero=True)) model.add(Seq2Seq(input_length=24, input_dim=39, hidden_dim=10, output_length=22, output_dim=39))
raise the Exception
The text was updated successfully, but these errors were encountered:
shelfee
changed the title
add seq2seq layer 同
add seq2seq layer to
Jan 16, 2019
shelfee
changed the title
add seq2seq layer to
add seq2seq layer to embedding layer with mask raise "Exception: Layers should have equal number of output tensors and output masks. Layer recurrent_sequential_1 has 3 output tensors and 4 output masks."
Jan 16, 2019
The text was updated successfully, but these errors were encountered: