forked from horovod/horovod
-
Notifications
You must be signed in to change notification settings - Fork 0
[DO NOT MERGE] Added error handling in MXNet #19
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
Open
apeforest
wants to merge
47
commits into
mxnet_feature_fp16
Choose a base branch
from
develop/mxnet
base: mxnet_feature_fp16
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
d625394
Make mxnet build successful in CPU
apeforest 02ab771
update required mxnet version
apeforest 9abcc4e
remove outdated comment
apeforest cd096e4
remove commented line
apeforest f9b2083
Merge remote-tracking branch 'origin/mxnet_feature_fp16' into develop…
apeforest b0e2e58
fix test in CPU
apeforest dd4f9e2
Merge branch 'mxnet_feature_fp16' into develop/mxnet
apeforest b617e14
refactor
apeforest 84ed58e
Merge branch 'mxnet_feature_fp16' into develop/mxnet
yuxihu 2b902ae
link nccl to mpi_lib for mxnet
yuxihu ff57e51
Merge branch 'develop/mxnet' of https://github.com/ctcyang/horovod in…
apeforest 6013957
Merge branch 'mxnet_feature_fp16' into develop/mxnet
apeforest bc47aa9
Merge branch 'mxnet_feature_fp16' into develop/mxnet
apeforest 297e79a
make mxnet build process the same as tensorflow
apeforest f28ba01
Merge branch 'mxnet_feature_fp16' into develop/mxnet
apeforest ab78201
compute allreduce average in C++ to avoid perf deg
apeforest dc62625
rename variable
apeforest c56322f
add mxnet mnist example
apeforest 4eb787e
fix lint
apeforest 3e5491a
reduce epoch and acc check
apeforest 9589209
Merge branch 'mxnet_feature_fp16' into develop/mxnet
apeforest b42f0c5
broadcast initial parames
apeforest 13adbb3
Update README
apeforest b4aa9f2
Merge branch 'mxnet_feature_fp16' into develop/mxnet
apeforest f9c9d73
remove unused handle manager
apeforest dc96acc
renaming variable type
apeforest aaf3d7f
return non empty op name
apeforest 0797570
Merge branch 'mxnet_feature_fp16' into develop/mxnet
apeforest 89ba103
scale learning rate by workers
apeforest 60877b7
Merge branch 'mxnet_feature_fp16' into develop/mxnet
apeforest b3a24db
refactor test_mxnet to make it easier to read
apeforest 6e4b845
fix a bug in building on GPU
apeforest 710c703
Merge branch 'mxnet_feature_fp16' into develop/mxnet
apeforest 0112e6a
Merge branch 'mxnet_feature_fp16' into develop/mxnet
apeforest 4a1c010
polish imagenet example
apeforest 61741e8
add handle_manager
apeforest c24d0bd
error handling in MXNet
apeforest effd043
Merge branch 'mxnet_feature_fp16' into develop/mxnet
apeforest 1c9443f
add exception handling
apeforest 9b9bab1
rename c_api_common
apeforest 2d64e05
wrap MXNet C API with exception handling
apeforest 1cd08be
remove unused function declaration
apeforest 77cbb8b
fix a typo
apeforest 4f1a626
fix a bug
apeforest c1c476c
fix build error
apeforest 51f81d0
Merge branch 'mxnet_feature_fp16' into develop/mxnet
75c56f7
Merge remote-tracking branch 'origin/mxnet_feature_fp16' into develop…
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
fix test in CPU
- Loading branch information
commit b0e2e58ba4c7f2fde7d3ca0962f6aa924f2dbe9a
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.
remove print or keep it?