koth / kcws

Deep Learning Chinese Word Segment
2.08k stars 648 forks source link

https://github.com/koth/kcws/blob/master/kcws/train/train_pos.py#L133 #96

Closed elias-1 closed 6 years ago

elias-1 commented 6 years ago

Why [-1, FLAGS.max_sentence_len, FLAGS.embedding_char_size, FLAGS.max_chars_per_word] rather than [-1, FLAGS.max_sentence_len, FLAGS.max_chars_per_word, FLAGS.embedding_char_size]

koth commented 6 years ago

Its a bug, and I corrected this code now, thanks you.