jiayalu123

Results 9 comments of jiayalu123

你的问题解决了吗?我也遇到同样的问题

我也遇到了test.py时报错,但是不是这个错,也没有输出错误原因,您的问题解决了吗,请问能打一下您的代码吗

你好,请问,您有跑通过他得transformer得predict部分吗?我遇到了错误 tensorflow.python.framework.errors_impl.InvalidArgumentError: Inputs to operation transformer/transformer-1/multi_head_atten/Select of type Select must have the same size and shape. Input 0: [8,100,100] != input 1: [1024,100,100]

我跑的文本分类里的transformer模型。里面有数据

这个代码你跑起来了吗?在测试得时候,我的一直报错,tensorflow.python.framework.errors_impl.InvalidArgumentError: Inputs to operation transformer/transformer-1/multi_head_atten/Select of type Select must have the same size and shape. Input 0: [8,100,100] != input 1: [1024,100,100]

请问你怎么运行predict.py进行预测的呢?我的总是报错

请问,您的运行起来了吗?我的一直报错:tensorflow.python.framework.errors_impl.InvalidArgumentError: Inputs to operation transformer/transformer-1/multi_head_atten/Select of type Select must have the same size and shape. Input 0: [8,100,100] != input 1: [1024,100,100]