This repository was 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
[numpy] fix npx.softmax for 0-sized inputs #18158
Merged
Merged
Conversation
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
Hey @Yiyan66 , Thanks for submitting the PR
CI supported jobs: [windows-cpu, centos-cpu, unix-cpu, windows-gpu, clang, unix-gpu, sanity, website, centos-gpu, miscellaneous, edge] Note: |
@mxnet-bot run ci [windows-gpu, unix-gpu] |
Jenkins CI successfully triggered : [windows-gpu, unix-gpu] |
yzhliu
approved these changes
Apr 27, 2020
This was referenced Apr 27, 2020
3 tasks
zheyuye
pushed a commit
to zheyuye/incubator-mxnet
that referenced
this pull request
May 10, 2020
Co-authored-by: Hao Jin <[email protected]>
AntiZpvoh
pushed a commit
to AntiZpvoh/incubator-mxnet
that referenced
this pull request
Jul 6, 2020
Co-authored-by: Hao Jin <[email protected]>
bgawrych
pushed a commit
to bgawrych/incubator-mxnet
that referenced
this pull request
Jul 14, 2020
Co-authored-by: Hao Jin <[email protected]>
3 tasks
bgawrych
pushed a commit
to bgawrych/incubator-mxnet
that referenced
this pull request
Jul 20, 2020
Co-authored-by: Hao Jin <[email protected]>
bgawrych
pushed a commit
to bgawrych/incubator-mxnet
that referenced
this pull request
Jul 31, 2020
Co-authored-by: Hao Jin <[email protected]>
TaoLv
pushed a commit
that referenced
this pull request
Aug 3, 2020
…) (#18708) * [v1.x] Backport of fix npx.softmax for 0-sized inputs (#18158) Co-authored-by: Hao Jin <[email protected]> * Fix softmax, logsoftmax failed on empty ndarray (#18602) * Fix failing empty array (log_)softmax * Modify test for npx (log_)softmax * Fix softmax, logsoftmax backward failed on empty ndarray (#18710) Co-authored-by: Yiyan66 <[email protected]> Co-authored-by: Hao Jin <[email protected]> Co-authored-by: Bart Gawrych <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
pr #17796
issue #17792 #17990
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments