HUANG PENG
HUANG PENG
merge update from upstream
从上游拉取更新合并到本分支
When I run the main.py, getting the following errors: Traceback (most recent call last): File "main.py", line 5, in from trainer import Trainer File "/Users/peng.huangp/github/pointer-network-tensorflow/trainer.py", line 7, in from model...
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]