Skip to content

I guess the bias code may be wrong #4

Open
@huangpeng1126

Description

@huangpeng1126

b_e = tf.get_variable("b_e", [batch_size, lstm_width], initializer=init) # B x L (bias matrix)

I guess the shape of b_e should be [lstm_width, 1] or [1, lstm_width]

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