-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Re-enabling MatrixFactorizationSimpleTrainAndPredict() #4846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
mstfbl
wants to merge
9
commits into
dotnet:master
from
mstfbl:debuggingMatrixFactorizationSimpleTrainAndPredict
Closed
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
cfb7fa8
Updating expected unix error
mstfbl 5fc1459
Update MatrixFactorizationTests.cs
mstfbl e75751f
Testing 1000 iterations of MatrixFactorizationSimpleTrainAndPredict
mstfbl 08acf6f
Merge branch 'debuggingMatrixFactorizationSimpleTrainAndPredict' of h…
mstfbl 6365e31
Update job-template.yml
mstfbl 9e3d8ec
Updating Linux tolerance to 1e-4
mstfbl 0e45307
Reverting debugging code
mstfbl 127d373
Update MatrixFactorizationTests.cs
mstfbl 09b00bc
Merge remote-tracking branch 'upstream/master' into debuggingMatrixFa…
mstfbl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried several run, below is my test result:
CenterOS:
Expected: 0.614457914950479 +- 1e-7
Passed: 0.6144579149504698
Failed: 0.6144409592507726
Ubuntu:
Expected: 0.614457914950479 +- 1e-7
Passed: 0.61445791495047
Failed: 0.614440959250773
builds:
https://dev.azure.com/dnceng/public/_build/results?buildId=521052&view=logs&j=887d69fe-3a72-535d-d1ef-c8cd8825499f&t=22ac88eb-9536-588d-9093-3c6614becdd0
https://dev.azure.com/dnceng/public/_build/results?buildId=521051&view=logs&j=5aa5c7df-492a-5eaf-973a-62b7b0f0ee3b&t=ffdbd604-f3e2-5332-cf61-c8dd00799b47
https://dev.azure.com/dnceng/public/_build/results?buildId=521050&view=logs&j=28859320-f5de-51e0-1fd2-7bea8c11cf7a
https://dev.azure.com/dnceng/public/_build/results?buildId=521049&view=logs&j=ac97a0ee-ee90-5a55-af17-a5a589fa545f
I'm not sure how the tolerance was set as before but seems we do have a certain failed value that like not caused by numbrical randomness, can you investigate further the root cause?