-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[BUGFIX] Assure NDArray.reshape does not change the array size #19078
Conversation
Hey @r3stl355 , Thanks for submitting the PR
CI supported jobs: [windows-gpu, unix-cpu, miscellaneous, windows-cpu, unix-gpu, sanity, website, centos-gpu, centos-cpu, edge, clang] Note: |
@mxnet-bot run ci [unix-cpu,unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu, unix-cpu] |
@mxnet-bot run ci [windows-gpu] |
Jenkins CI successfully triggered : [windows-gpu] |
Can anyone review this please so I can implement the same against 1.x branches? It looks like it now has some conflicts, should I resolve those locally and re-submit? |
@r3stl355 we deprecated contrib text in master. could you rebase? |
Sure, will do |
32b4ce1
to
3948930
Compare
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.
thank you for the fix!
@mxnet-bot run ci [windows-gpu] |
Jenkins CI successfully triggered : [windows-gpu] |
* Assure NDArray.reshape does not change the array size * Truncate wikitext-2 to match target array size on reshape Co-authored-by: r3stl355 <[email protected]>
Description
Solves #18886
Checklist
Essentials
Changes
Comments