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

Fixed bug in Jacobian with different input/output dimensions #557

Merged
merged 6 commits into from
Nov 12, 2020

Conversation

tachukao
Copy link
Member

The Jacobian' operation in Algodiff was failing when the input and output has different dimensions.
For a function y = f(x), where y and x are row vectors, we now consistently define the Jacobian J such that dy = dx J

@mseri
Copy link
Member

mseri commented Nov 11, 2020

@jzstark please consider adding this fix to the upcoming release, retag and resubmit

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.

4 participants