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: use project tangents #453

Closed
wants to merge 1 commit into from
Closed

WIP: use project tangents #453

wants to merge 1 commit into from

Conversation

mzgubic
Copy link
Member

@mzgubic mzgubic commented Jun 22, 2021

Usage of JuliaDiff/ChainRulesCore.jl#380.

This will need a breaking version of FiniteDifferences which perturbs the Diagonal only down its diagonal entries, and not also the zeros.

@github-actions github-actions bot added the needs version bump Version needs to be incremented or set to -DEV in Project.toml label Jun 22, 2021
@thunk(Ȳ * B'),
X̄ -> mul!(X̄, Ȳ, B', true, true)
@thunk(project(A, Ȳ * B')),
X̄ -> project(A, mul!(X̄, Ȳ, B', true, true))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this line is right.
mul has already mutated X bar,
X bar already must have had the right structure so we are fine.

Possibly we needed to project one or both of the inputs to the mul!

@mzgubic
Copy link
Member Author

mzgubic commented Jul 26, 2021

close in favour of #459

@mzgubic mzgubic closed this Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs version bump Version needs to be incremented or set to -DEV in Project.toml
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants