contrib.legacy_seq2seq.embedding_attention_decoder

tf.contrib.legacy_seq2seq.embedding_attention_decoder

tf.contrib.legacy_seq2seq.embedding_attention_decoder

embedding_attention_decoder(
    decoder_inputs,
    initial_state,
    attention_states,
    cell,
    num_symbols,
    embedding_size,
    num_heads=1,
    output_size=None,
    output_projection=None,
    feed_previous=False,
    update_embedding_for_previous=True,
    dtype=None,
    scope=None,
    initial_state_attention=False
)

Defined in 登录查看完整内容