extkeras icon indicating copy to clipboard operation
extkeras copied to clipboard

run error on example/ graves_sequence_attention

Open cdhx opened this issue 5 years ago • 0 comments

i got this error on example/ graves_sequence_attention

ValueError: Layer graves_sequence_attention_6 expects 3 inputs, but it received 2 input tensors. Input received: [<tf.Tensor 'input_11:0' shape=(?, 10, 4) dtype=float32>, <tf.Tensor 'input_12:0' shape=(?, 30, 4) dtype=float32>]

it occur on :lstm_output = attention_rnn([input_labels, attended])

cdhx avatar May 08 '19 08:05 cdhx