disanrenchengcc

Results 4 comments of disanrenchengcc

do you know how to set batchsize? If the batchsize is not 1, it seems that padding will affect the calculation of relationships. How can we remove the effect of...

> 谢谢您的分享,我对如何进行预测有疑问?谢谢 Do you know how to do predict?

oriLeft and oriRight shape: [B,T,U] left transpose [1,0,2]: [T,B,U];than expand dim 3: [T,B,U,1] right transpose [0,2,1]:[B,U,T];than expand dim 0: [1,B,U,T] B = left + right: [T,B,U,T] B transpose [1,0,3,2] :...

我试了一下,这个错误应该是数据集太少,苏神设置字符最少出现32次,导致生成的seq2seq_config.json为空;做推断的时候就会出现这个问题。