Skip to content

The result of the weights calculation in the build definitions making use of Intrinsics are different from the other builds.  #2998

Description

@sfilipi

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]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Priority of the issue for triage purpose: Needs to be fixed at some point.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions