tensorflow-pointer-networks icon indicating copy to clipboard operation
tensorflow-pointer-networks copied to clipboard

I guess the bias code may be wrong

Open huangpeng1126 opened this issue 8 years ago • 0 comments

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]

huangpeng1126 avatar Jul 17 '17 11:07 huangpeng1126