Skip to content

numpy random #11

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

Closed
ev-br opened this issue Jan 2, 2023 · 1 comment
Closed

numpy random #11

ev-br opened this issue Jan 2, 2023 · 1 comment

Comments

@ev-br
Copy link
Collaborator

ev-br commented Jan 2, 2023

gh-10 --- and numpy tests in general --- is a heavy user of numpy.random. So random need to prioritize replicating it.
Luckily, it is mostly old-style API, so pytorch replacements are mostly available.

Will need at least from numpy.random import rand, randint, randn, shuffle, choice.

@ev-br
Copy link
Collaborator Author

ev-br commented Feb 3, 2023

done in gh-25

@ev-br ev-br closed this as completed Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant