forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Dot script changes #159
Merged
eric-haibin-lin
merged 32 commits into
eric-haibin-lin:sparse
from
anirudh2290:dot_script_changes
Aug 16, 2017
Merged
Dot script changes #159
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
85c42c6
Add get_synthetic_datasets
anirudh2290 6d5bd4e
Move to test_utils
anirudh2290 f0debfe
Remove _get_uniform_dataset
anirudh2290 16ac69c
Move validation to its own function
6ffedd3
Refactor the validation code for csr generation
3b0e344
Make test_powerlaw a nested function
a512f90
Change SparseNDArray to CSRNDArray
ebd0651
Refactoring changes to dot.py
f7d8c9d
Merge with sparse changes
12057f5
Merge branch 'sparse' of https://github.com/eric-haibin-lin/mxnet int…
218d83c
Fix mxnet test_utils changes
339dc25
Merge branch 'sparse' of https://github.com/eric-haibin-lin/mxnet int…
0d0a974
Remove pdb statement
17af362
Merge python code and make a few style changes
66b7edb
Add distribution parameter
2778a78
Refactor benchmarking script
3906a47
Remove unused code
a7347c6
Make style changes and remove unused code
d574c25
Change typo in comment
a16b76f
Add transpose support
b079216
Change typo
4d06d0a
4 decimal points needed for density
8d3c19e
Add rsp support for real datasets
98be60e
Correct variable name mini_file_name
de73872
Move wait_to_read outside if
f2d3a5c
Seperate out scipy and mxnet logic in bench_dot
1c3f3d7
Merge branch 'sparse' into dot_script_changes
anirudh2290 3558fb5
Fix lhs_trans issue
b0f529c
Merge branch 'dot_script_changes' of https://github.com/anirudh2290/m…
64ddc14
Move transpose outside measure_cost
2ac64ca
Compute transpose inside measure_cost
bb5801d
Remove unused variables
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.
No this is the opposite of what I meant.. We should move the transpose inside the
measure_cost
for both scipy and mxnet..