Skip to content

Conversation

vpuri3
Copy link
Member

@vpuri3 vpuri3 commented Oct 25, 2023

fix #228

with this PR

julia> Zygote.hessian(x -> sum(x.a .* x.b), p)
4×4 Matrix{Float64}:
 0.0  0.0  1.0  0.0 
 0.0  0.0  0.0  1.0 
 1.0  0.0  0.0  0.0 
 0.0  1.0  0.0  0.0 

@codecov-commenter
Copy link

codecov-commenter commented Oct 25, 2023

Codecov Report

Merging #229 (534ccd8) into main (d22a56c) will decrease coverage by 0.57%.
The diff coverage is 0.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##             main     #229      +/-   ##
==========================================
- Coverage   73.33%   72.76%   -0.57%     
==========================================
  Files          23       23              
  Lines         735      738       +3     
==========================================
- Hits          539      537       -2     
- Misses        196      201       +5     
Files Coverage Δ
ext/ComponentArraysZygoteExt.jl 40.00% <0.00%> (-60.00%) ⬇️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@vpuri3
Copy link
Member Author

vpuri3 commented Oct 30, 2023

@jonniedie

@jonniedie
Copy link
Collaborator

Would you mind throwing a test case in the autodiff tests with the Hessian example you showed? (And bumping the version number)

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

Successfully merging this pull request may close these issues.

Problem with Zygote.hessian
3 participants