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

f-dangel / backpack
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: fix-rtd-build
DEFAULT BRANCH: master
Repo Added 02 Jan 2020 05:37PM UTC
Files 252
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
  • development
  • 1.1.0
  • 1.1.1
  • 1.2.0
  • adaptive-pooling-for-diagh
  • automate-pypi-release
  • batch-grad-transform
  • bce-with-logits-loss
  • bce_kfac
  • black-22.1.0
  • branching
  • broken-kfra-conv
  • bug-convolution-groups
  • changelog-update-1-6
  • ci-test-multiple-pytorch-versions
  • conv-batch-grad-extensions
  • conv-tests
  • conv-transpose
  • conv-weight-mjp-functorch
  • conv1d-3d-derivatives
  • convnd-extract-weight-diagonal-support-groups
  • convnd-weight-jac-support-groups
  • convndtranspose-extract-weight-diagonal-support-groups
  • convndtranspose-weight-jac-support-groups
  • crossentropy-unsupported-parameters
  • curvmatprod-example-cg-newton
  • curvmatprod-example-hutchinson
  • deprecate-python35
  • deprecate-system-packages
  • development-backup-rnn-merge
  • diag-ggn-parent-class
  • doc-add-per-sample-curvatures
  • doc-update-supported-layers
  • docstring-standards
  • eingroup_improvement
  • extension-hook
  • first-order-resnets
  • fix-batch-size-1-settings
  • fix-example-imports
  • fix-examples-website
  • fix-flake8-abc
  • fix-gpu-tests
  • fix-pypi-release
  • fix-pytorch-memlab
  • fix-rtd-build
  • fix-second-order-extensions-elu-selu
  • forbid-inplace
  • generalize-jac-t-interface
  • hbp-no-support-groups
  • hvp-allow-gradients
  • improve-backpropagation-conditions
  • improve-batch-axis-detection
  • improve-doc-coverage
  • improve-readme
  • inconsistent-yield
  • issue30
  • kfac-ConvNd
  • linear-support-additional-dimensions
  • linear-support-additional-dimensions-extensions
  • lint
  • lint-doc-examples
  • lint-examples
  • lstm-proj-size
  • martens2010estimating
  • master
  • mc-samples
  • more-examples
  • mse-loss-hyperparameters
  • mse-with-vectors
  • multiple-inputs
  • new-shape-convention
  • no-io-context
  • owkin-benchmark
  • padding-custom-module
  • partial-docstring-checks
  • pep8-style
  • pfischer-hbp-batchnorm
  • post-extension-hook
  • prepare-merge-development-into-rnn
  • prepare-merge-rnn-into-development
  • prepare-release
  • pytorch-1-13-support
  • refactor-and-update-ggnmp
  • refactor-curvmatprod
  • release
  • remove-detach
  • remove-get-module
  • remove-pch-med
  • remove_opt_einsum
  • remove_shape_buffers
  • resnet-cifar10
  • restructure-cmp
  • retain-graph-example
  • revert-save-memory
  • rnn
  • rtd
  • rtd-logo
  • rtd-web
  • save-memory-use-case
  • second-order-losses
  • simplify-core-tests
  • slicing-custom-module
  • sqrt-ggn-batchnorm
  • sqrt-ggn-resnet-modules
  • sqrtggnexact-extension
  • sqrtggnmc-extension
  • subsampling
  • subsampling-batch-grad
  • subsampling-bias-jac-t
  • subsampling-example
  • subsampling-jac-t-mat-prod
  • subsampling-rnn-lstm-param-jac-t
  • subsampling-sqrt-ggn
  • subsampling-sqrt-hessian
  • subsampling-weight-jac-t
  • support-torch-2
  • test-case-flatten-no-op
  • test-coverage
  • test-derivatives
  • test-extensions
  • test-hessian-properties
  • test-reduce-run-time
  • torch-1-12-0-compatibility
  • torch-compatibility
  • try-view-unnecessary-from-torch-1.4
  • update-changelog
  • update-ci
  • update-doc
  • update-type-annotations-python-37
  • use-case-batched-jacobians
  • use-cases
  • use-isort
  • use-unfoldNd-package
  • writing-new-layers

31 Aug 2023 06:49PM UTC coverage: 98.375% (+0.002%) from 98.373%
6041283943

push

github

web-flow
[ADD] Support `AdaptiveAvgPool{1, 2, 3}d` in `DiagHessian` (#314)

* Add AdaptiveAvgPoolNd to Diagonal Hessian extension

* Add tests for DiagHessian + AdaptiveAvgPoolNd

---------

Co-authored-by: Felix Dangel <felix.dangel@vectorinstitute.ai>

5 of 5 new or added lines in 1 file covered. (100.0%)

4420 of 4493 relevant lines covered (98.38%)

13.72 hits per line

Relevant lines Covered
Build:
Build:
4493 RELEVANT LINES 4420 COVERED LINES
13.72 HITS PER LINE
Source Files on development
  • Tree
  • List 252
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
6041283943 development [ADD] Support `AdaptiveAvgPool{1, 2, 3}d` in `DiagHessian` (#314) * Add AdaptiveAvgPoolNd to Diagonal Hessian extension * Add tests for DiagHessian + AdaptiveAvgPoolNd --------- Co-authored-by: Felix Dangel <felix.dangel@vectorinstitute.ai> push 31 Aug 2023 07:19PM UTC web-flow github
98.38
6040796763 development [CI] Drop `system_packages` in RTD config push 31 Aug 2023 06:30PM UTC web-flow github
98.37
5535125344 development Merge pull request #312 from f-dangel/master Merge `1.6.0` back into `development` push 12 Jul 2023 06:56PM UTC web-flow github pending completion  
5534618292 development [DOC] Update changelog (#311) Co-authored-by: Felix Dangel <felix.dangel@vectorinstitute.ai> push 12 Jul 2023 05:57PM UTC web-flow github pending completion  
5534618702 development Merge ee1dc4f11 into ffa60683e Pull #309 12 Jul 2023 05:46PM UTC web-flow github pending completion  
5383762927 development Merge branch 'master' into development push 26 Jun 2023 11:21PM UTC Felix Dangel github pending completion  
5383763140 development Merge 67ae8fe8a into ffa60683e Pull #309 26 Jun 2023 11:16PM UTC web-flow github pending completion  
5383736900 development [DOC] Update changelog, prepare `1.6.0` release (#308) Co-authored-by: Felix Dangel <felix.dangel@vectorinstitute.ai> push 26 Jun 2023 11:09PM UTC web-flow github pending completion  
5383421886 development [REQ] Support PyTorch 2.x (#307) * [REQ] Remove upper version restrictions for `torch` and `torchvision` * [REQ] Bump python to 3.8+ * [REF] Replace `Tensor.symeig` with `torch.linalg.eigh` * [CI] Replace `python3.7` with `python3.8` ... push 26 Jun 2023 10:30PM UTC web-flow github pending completion  
4338311460 development [DOC] Use case for `retain_graph` (#302) push 05 Mar 2023 10:59PM UTC GitHub github pending completion  
See All Builds (1675)
  • 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