实测12款免费AI生成PPT工具:从Gamma到Prezo的完整评测与避坑指南
2026/9/19 18:48:54
训练rotateE模型,使用embedding异构会报RuntimeError。
RuntimeError: For operation 'add_backward', current input arguments types are <RowTensor, RowTensor>. The 2-th argument type 'RowTensor’ is not supported now. When first argument is "RowTensor', the support arguments types of 'add_backward’operation as follows:<RowTensor, Tensor>
代码仓:https://gitee.com/mindspore/models/tree/master/research/nlp/rotate
Embedding异构:https://www.mindspore.cn/docs/zh-CN/r2.1/design/distributed_training_design.html
add_backward应该不接受两个RowTensor,这种调用方式不支持