I am adding a test in this PR and it is failing in the following definitions:
- core30 Build_Debug_Intrinsics
- core30 Build_Release_Intrinsics
- CentOS Build_Debug_Intrinsics
- Ubuntu Build_Release_Intrinsics
The weight calculation for MulticlassLR in those build definitions are different from the ones in the other definitions.
weights in windows x64
[0, 0.5247429, -2.43042159, -0.490746975],
[0.210617781, 0, 0, -0.370147228],
[1.62008985E-06, -0.002228372, 2.49340868, 1.77681744]
weights in windows core30_debug_Intrinsics:
[0, 0.621862, -2.38398933, -0.427630424],
[0.108599916, 0, 0, -0.372884184],
[-0.106881194, -0.0351369865, 2.42675567, 1.80688608]
I am adding a test in this PR and it is failing in the following definitions:
The weight calculation for MulticlassLR in those build definitions are different from the ones in the other definitions.
weights in windows x64
[0, 0.5247429, -2.43042159, -0.490746975],
[0.210617781, 0, 0, -0.370147228],
[1.62008985E-06, -0.002228372, 2.49340868, 1.77681744]
weights in windows core30_debug_Intrinsics:
[0, 0.621862, -2.38398933, -0.427630424],
[0.108599916, 0, 0, -0.372884184],
[-0.106881194, -0.0351369865, 2.42675567, 1.80688608]