sue2xlh

Results 8 comments of sue2xlh

and i run the same sent "President Obama is speaking at the White House.", the results are different at each time, i couldn't know this is normal condition ![results](https://user-images.githubusercontent.com/7824188/30727232-95a339c8-9f82-11e7-98fd-6f4f20ead854.png)

and why the eval results are different at each time ![result2](https://user-images.githubusercontent.com/7824188/30730472-df6b9e3a-9f99-11e7-91af-94b40541face.png)

and i also want to know if i use B I E O tag , the program is normal

hi,Hironsan Thank you for your reply, can you tell me why the eval results are different at each time

嗯嗯,好滴,谢谢答复。

不好意思,又打扰了,tril 这个怎么能用其他常用OP组合替代呢?比如这个 paddle.tensor.tril(paddle.ones_like(logits), diagonal=-1) 。想了很久,没有想到合适的组合。想请教一下您,有什么合适的组合推荐吗

paddle2onnx的过程中, logits的类型是 , paddle.to_tensor(np.tril(paddle.ones_like(logits).numpy(), k=-1)) 我这样写 会报错

> > paddle2onnx的过程中, logits的类型是 , paddle.to_tensor(np.tril(paddle.ones_like(logits).numpy(), k=-1)) 我这样写 会报错 > > 请问解决了吗 没解决,换成用pytorch了