shiyybua / NER

基于tensorflow深度学习的中文的命名实体识别
1.04k stars 400 forks source link

预测的时候出现异常: File "rnn.py", line 65, in _build_net self.outputs, self.y, self.seq_length) #70

Closed zdx1012 closed 5 years ago

zdx1012 commented 5 years ago

ValueError: indices.shape[-1] must be <= params.rank, but saw indices shape: [?,11] and params shape: [1,16] for 'ner/cond/GatherNd' (op: 'GatherNd') with input shapes: [1,16], [?,11].