【mindspore产品】【model.功能】预测值维度为什么要比实际值维度多一维
问题描述:【功能模块】nn.metric【操作步骤&问题现象】1、对训练过的模型进行验证时,报错:ValueError: Classification case, dims of y_pred equal dims of y add 1, but got y_pred: 2 dims and y: 2 dims2、【截图信息】def _check_shape(self, y_pred, y): """ Checks the shapes of y