guillaumegenthial / tf_ner

Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
Apache License 2.0
923 stars 275 forks source link

why use the transpose op on embeddings? #31

Open jdxyw opened 5 years ago

jdxyw commented 5 years ago

https://github.com/guillaumegenthial/tf_ner/blob/master/models/lstm_crf/main.py#L84

guillaumegenthial commented 5 years ago

@jdxyw , Have a look at the Fused cells. They behave differently compared to regular cells.