David Wang

Results 4 comments of David Wang

I have same problems in "eij = K.tanh(K.dot(x, self.W))", it says IndexError: pop index out of range, my keras is 1.2.2, can you tell me what's going on?

> This is because the crf layer expects the labels in a different shape. Normally your labels would be of shape `(num_samples, max_length)` but the crf layer expects them in...

Did you solve it? I have the very same problem, If you solve it, plz help me.

Thanks! I’m gonna try #5 You can try this. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute...