当我使用手动数据集训练 NN 时出现错误。我的代码在这里。运行python train_with_manual_data.py --manual 1,输出错误为:
InvalidType:
Invalid operation is performed in: SoftmaxCrossEntropy (Forward)
Expect: in_types[1].dtype.kind == i
Actual: u != i
但是运行python train_with_manual_data.py --manual 0,不会有问题。不知道为什么,有人知道吗?先感谢您。