Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Including original Numpy Sort methods #16939

Closed
gpolov-personal opened this issue Nov 28, 2019 · 3 comments
Closed

Including original Numpy Sort methods #16939

gpolov-personal opened this issue Nov 28, 2019 · 3 comments

Comments

@gpolov-personal
Copy link

gpolov-personal commented Nov 28, 2019

Description

Include in the mxnet.numpy interface functions from the numpy package

  • numpy.sort(a, axis =1, kind=None , order=None ): This is a package function

  • numpy.ndarray.sort(axis=-1, kind=None , order=None): This is an instance method

  • numpy.argsort(a, axis=-1 , kind=None, order=None): This is a package function

The idea is to use them within a autograd.record() context and being able to compute the gradient of functions that use them.

References

Thank you very much

@gpolov-personal gpolov-personal changed the title Standar Sort methods of original numpy Original Numpy Sort methods of original numpy Nov 28, 2019
@gpolov-personal gpolov-personal changed the title Original Numpy Sort methods of original numpy Including original Numpy Sort methods Nov 28, 2019
@sxjscience
Copy link
Member

I think there is an open PR that tries to add sort: #16750

@haojin2
Copy link
Contributor

haojin2 commented Nov 30, 2019

PR for np.argsort: #16949

@eric-haibin-lin
Copy link
Member

looks like the feature is added already

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants