Skip to content

Question about question-passage attention #43

@tangchen2

Description

@tangchen2

when the network process the attention match rnn, in the first loop, it actually process question - passage attention. In the function 'attention_rnn' when it calls attention, the outputs_ is [ [ batch, max_p_len, attn_size * 2], [batch, max_q_len, attn_size + 2] ] , i wonder how the outputs = sum(outpus_) run ? Their dimensions are not matched.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions