This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Fix MXPredReshape in the c_predict_api #11493
Merged
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
3124492
Fix MXPredReshape in the c_predict_api.
hqucms b7adcc6
Add unittest for the C predict API.
hqucms d2d14f0
Fix path in the test.
hqucms e10b420
Fix for Windows.
hqucms 1841b65
Try again to fix for Windows.
hqucms 39cd198
One more try to fix test on Windows.
hqucms 6f0a3de
Try again with CI.
hqucms 57e7135
Try importing from mxnet first if cannot find the amalgamation lib.
hqucms f3d7068
Add a log message when libmxnet_predict.so is not found.
hqucms fc3304c
Set specific rtol and atol values.
hqucms ff4b6d9
Fix missing rtol and atol values.
hqucms c457243
Empty commit.
hqucms 0d3c9a2
Try again with CI.
hqucms a6e20cc
One more try with CI.
hqucms bb444a6
Retry CI.
hqucms 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 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.
Excellent change. This follows a good design paradigm.