smy69

Results 1 issues of smy69

In `hybrid_model.py`, you add `feature template`, if I am right, the implementation is [line 116](https://github.com/heshenghuan/LSTM-CRF/blob/master/hybrid_model.py#L116), ``` scores = feat_sum + tf.matmul(outputs, self.W) + self.b ``` where `feat_sum` is defined as:...

question