tfjgeorge / nngeometry

{KFAC,EKFAC,Diagonal,Implicit} Fisher Matrices and finite width NTKs in PyTorch
https://nngeometry.readthedocs.io
MIT License
203 stars 20 forks source link

falls back to unfold implementation of convolution gradients #38

Closed tfjgeorge closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #38 (13b89b9) into master (bcbaa78) will increase coverage by 0.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   93.13%   93.22%   +0.09%     
==========================================
  Files          28       29       +1     
  Lines        3233     3277      +44     
==========================================
+ Hits         3011     3055      +44     
  Misses        222      222              
Impacted Files Coverage Δ
nngeometry/generator/jacobian/__init__.py 98.40% <100.00%> (+<0.01%) :arrow_up:
nngeometry/generator/jacobian/grads_conv.py 86.76% <100.00%> (+11.08%) :arrow_up:
tests/test_conv_switch.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bcbaa78...13b89b9. Read the comment docs.