• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

f-dangel / curvlinops
93%
main: 94%

Build:
Build:
LAST BUILD BRANCH: reduce-scipy
DEFAULT BRANCH: main
Repo Added 02 Oct 2022 08:24PM UTC
Token 1sGfst1y1afWR4uH04KDBU86hcNIONSz6 regen
Build 888 Last
Files 30
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH development
branch: development
CHANGE BRANCH
x
Reset
Sync Branches
  • development
  • activation-hessian
  • activation-hessian-linop
  • adjoint
  • adjoint-jacobians
  • adjoint-submatrix
  • alt-ekfac
  • always-full-tests
  • arbitrary-inputs
  • bcewithlogitsloss
  • bug-dtype-check-deterministic
  • bug-kfac-device-change
  • ci-update
  • composition-rules
  • curvature-linop
  • deprecate-pkg-resources
  • deprecate-python38
  • diagonal
  • doc-eigenvalues
  • ef-linop
  • ekfac
  • empirical-fisher
  • eva
  • example-benchmark
  • example-fisher-mc
  • example-trace
  • expand-reduce
  • faster-ef
  • faster-fisher-mc
  • fisher-averaging
  • fisher-linop
  • fisher-mc
  • fix-coveralls-badge
  • fix-device
  • fix-device-errors
  • fix-enum
  • fix-inverse-kfac
  • fix-kfac-scale
  • fix-markdown-syntax
  • fix-mc-tests
  • fix-mcfisher-scale
  • fix-python-badge
  • fix-scale
  • fix-typo
  • flake8-to-ruff
  • foof
  • frobenius-norm
  • functional-estimators
  • functional-ggnmp
  • ggn-linop
  • hessian-blocks
  • hessian-linop
  • high-dim-outputs
  • hutchinson
  • hutchpp
  • improve-benchmark-results
  • improve-frobenius
  • improve-spectral-density
  • improve-tests
  • improve-visual-tour
  • issue-138-improve-links
  • jacobian
  • jacobian-linop
  • jacobian-transposed
  • joint-weight-and-bias
  • kfac
  • kfac-arbitrary-params-order
  • kfac-ce-loss
  • kfac-conv2d
  • kfac-damping
  • kfac-ef
  • kfac-ema
  • kfac-inv
  • kfac-linop
  • kfac-state-dict
  • kfac-torch-only
  • kfac-trace
  • kfac-type-2
  • kfac-with-inplace-activations
  • lanczos-cache
  • load-state-dict-model-func
  • logo
  • lsmr-inverse
  • main
  • matmat-list-shapes
  • matvec-to-matmat
  • neumann-inverse
  • neumann-inverse-example
  • no-cpu
  • only-bias-or-weight
  • papyan20traces-density
  • parallelize-grad-output
  • parallelize-sample-grad-output
  • parallelize-tests
  • partial-boundary-specification
  • power-iteration-comparison
  • pydocstyle-coverage
  • pytorch-inverse
  • pytorch-linop
  • reduce-scipy
  • ref-internal-mapping
  • remove-kfac-side-effect
  • remove-loss-average
  • remove-to_device
  • remover-iterator-conversion
  • retry-kfac-inv
  • runame-patch-1
  • source-button
  • specify-num-data
  • submatrices
  • submatrix-example
  • submatrix-pytorch
  • test-consecutive-matmats
  • test-regression
  • update-black
  • update-changelog
  • update-ci
  • update-github-actions
  • use-built-in-functorch
  • use-pyproject-toml
  • visual-tour
  • weighted-ce-kfac
  • xdiag
  • xtrace

13 Jan 2024 12:48AM UTC coverage: 92.577%. Remained the same
7509099986

push

github

web-flow
[DOC] Update changelog & contributors, fix PyPI upload, prepare `1.2.0` (#66)

* [DOC] Update changelog & contributors, fix PyPI upload, prepare `1.2.0`

* [FIX] Incorporate feedback

898 of 970 relevant lines covered (92.58%)

0.93 hits per line

Relevant lines Covered
Build:
Build:
970 RELEVANT LINES 898 COVERED LINES
0.93 HITS PER LINE
Source Files on development
  • Tree
  • List 25
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
7509099986 development [DOC] Update changelog & contributors, fix PyPI upload, prepare `1.2.0` (#66) * [DOC] Update changelog & contributors, fix PyPI upload, prepare `1.2.0` * [FIX] Incorporate feedback push 13 Jan 2024 01:02AM UTC web-flow github
92.58
7508821419 development Add support for KFAC for `Conv2d` modules (#64) * Add Rearrange module util * Add test for KFAC with >2d model outputs * Add support for >2d linear layer inputs (expand) and model outputs * Fix black * Add WeightShareModel KFAC test u... push 13 Jan 2024 12:25AM UTC web-flow github
92.58
7506349144 development [ADD] Linear operator for Hessian w.r.t. intermediate features (#65) * [ADD] Draft for activation Hessian * [REF] Move activation Hessian to ``experimental`` and add Hessian test * [FIX] flake8 * [ADD] Add activation Hessian to API and d... push 12 Jan 2024 07:18PM UTC web-flow github
92.86
7504984456 development Add support for KFAC-expand and KFAC-reduce for `Linear` modules (#63) * Add Rearrange module util * Add test for KFAC with >2d model outputs * Add support for >2d linear layer inputs (expand) and model outputs * Fix black * Add Weigh... push 12 Jan 2024 04:59PM UTC web-flow github
92.67
7488515245 development Support KFAC for >2d model outputs (#62) * Add Rearrange module util * Add test for KFAC with >2d model outputs * Add support for >2d linear layer inputs (expand) and model outputs * Fix black * Address review feedback * Remove sup... push 11 Jan 2024 12:22PM UTC web-flow github
92.71
6813842617 development Fix typo (#61) push 09 Nov 2023 03:43PM UTC web-flow github
92.62
6813760752 development [ADD] Support for KFAC with type-2 Fisher (#56) * Add test for MSELoss type-2 KFAC * Implement type-2 KFAC for MSELoss * Add docstrings * Fix black * Fix docstring * Add test for CrossEntropyLoss type-2 KFAC * Implement type-2 K... push 09 Nov 2023 03:30PM UTC web-flow github
92.62
6803026288 development [ADD] Support KFAC if the network has inplace activations (#59) * [ADD] Support modules with inplace activations in KFAC * [FIX] Use correct device in test push 08 Nov 2023 07:42PM UTC web-flow github
92.69
6801631981 development [ADD] Option to treat weight and bias of a layer jointly in KFAC (#57) * [ADD] Attempt supporting treating weights and biases jointly in KFAC * [DOC] Update limitation * [DEL] Remove `assert`s * [FIX] Make tests work * [REF] More verb... push 08 Nov 2023 05:33PM UTC web-flow github
92.55
6790452156 development [ADD] Allow subsets of parameters (weight-only, bias-only) in KFAC (#55) * [ADD] Support treating only biases of a layer * [ADD] Support layers without bias * [REF] Use a mapping from parameter ids to module names * [DOC] Remove outdated... push 07 Nov 2023 09:35PM UTC web-flow github
92.43
See All Builds (701)
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc