dev0328
master
expand之后需要在结果再降维回来吗
入参expand之后,prelu返回结果与pytorch一致,无需降维
为什么cpu下没有报错。
MultiLabelMarginLoss在CPU下不支持,testing/ut/pytorch/nn/test_loss.py用例中检测为CPU平台直接return
这里换成return cast_to_adapter_tensor(ms.Tensor.from_numpy(np_data))
fixed
这一句可以放到表格最前面
from_numpy不要放到tensor.py下面
f
tensor方法不要调用adapter function方法
这里返回的是mindpore类型的tensor,应该要adapter tensor 类型
195caa9f70
No due date set.
This pull request currently doesn't have any dependencies.
Deleting a branch is permanent. It CANNOT be undone. Continue?
expand之后需要在结果再降维回来吗
入参expand之后,prelu返回结果与pytorch一致,无需降维
为什么cpu下没有报错。
MultiLabelMarginLoss在CPU下不支持,testing/ut/pytorch/nn/test_loss.py用例中检测为CPU平台直接return
这里换成return cast_to_adapter_tensor(ms.Tensor.from_numpy(np_data))
Fixed conflict in GPU and Ascendto [WIP]Fixed conflict in GPU and Ascend 1 month agofixed
[WIP]Fixed conflict in GPU and Ascendto Fixed conflict in GPU and Ascend 1 month ago这一句可以放到表格最前面
from_numpy不要放到tensor.py下面
f
tensor方法不要调用adapter function方法
fixed
fixed
fixed
fixed
这里返回的是mindpore类型的tensor,应该要adapter tensor 类型
fixed
195caa9f70
.