You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
The expectation of Python users familiar with NumPy is that, e.g., array[None, :] and array[..., 0] work, which is not the case currently with NDArray.
Both of these would be quite straightforward to add. I could do that, but I just want to make sure that it's not deliberately left out for some reason.
Hi @kohr-h
Thank you for submitting the issue! I'm labeling it so MXNet community members can help address it.
I would highly encourage you to implement the change and create a PR. It will get reviewed by contributors and committers before merging the code.
The expectation of Python users familiar with NumPy is that, e.g.,
array[None, :]
andarray[..., 0]
work, which is not the case currently withNDArray
.Both of these would be quite straightforward to add. I could do that, but I just want to make sure that it's not deliberately left out for some reason.
I'm working with a manual build from a91b364.
The text was updated successfully, but these errors were encountered: