Skip to content
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

[WIP ]Implementation of np.linalg.lstsq #2200

Closed
wants to merge 9 commits into from
Closed

Conversation

joaogui1
Copy link
Contributor

@joaogui1 joaogui1 commented Feb 10, 2020

Related to #1999

  • Make sure the implementation works when rank = m = n and when rank = m != n

  • Write tests

@joaogui1
Copy link
Contributor Author

Hey @shoyer can you take a look at this?

@joaogui1
Copy link
Contributor Author

Right now the error is in typechecking, int64 vs int32 and the same for floats, can you point me towards a way to fix this please?

@joaogui1 joaogui1 requested review from hawkinsp and shoyer February 19, 2020 07:27
jax/numpy/linalg.py Outdated Show resolved Hide resolved
tests/linalg_test.py Outdated Show resolved Hide resolved
tests/linalg_test.py Outdated Show resolved Hide resolved
@joaogui1
Copy link
Contributor Author

Ok, so after explicit casting and @IvanYashchuk help, tests are passing @shoyer

@joaogui1
Copy link
Contributor Author

Hey @mattjj Can you check this out please?

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

Successfully merging this pull request may close these issues.

3 participants