TypeError: max() received an invalid combination of arguments - got (axis=int, out=NoneType, ), but
使用max函数出现报错 报错语句为 np.max(M, axis=0).reshape((-1, 1)) M= np.max(M.numpy(), axis=0).reshape(( ...