Closed harshit158 closed 6 years ago
https://github.com/guillaumegenthial/tf_ner/blob/c3284f0f97d7c379579cbd1802de3e8c651478ab/models/chars_conv_lstm_crf/main.py#L96
The comment says "Char LSTM" whereas it should have been "Char CNN". A minor issue, but a confusing one for newbies.
Fixed, thanks
https://github.com/guillaumegenthial/tf_ner/blob/c3284f0f97d7c379579cbd1802de3e8c651478ab/models/chars_conv_lstm_crf/main.py#L96
The comment says "Char LSTM" whereas it should have been "Char CNN". A minor issue, but a confusing one for newbies.