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

Feature/586 block diagonal direct #591

Merged
merged 10 commits into from
Jun 10, 2024
Merged

Conversation

schroedk
Copy link
Collaborator

@schroedk schroedk commented Jun 3, 2024

Description

This PR closes #586

Changes

  • Add functionality for block-diagonal and Gauss-Newton approximation to DirectInfluence

Checklist

  • Wrote Unit tests (if necessary)
  • Updated Documentation (if necessary)
  • Updated Changelog
  • If notebooks were added/changed, added boilerplate cells are tagged with "tags": ["hide"] or "tags": ["hide-input"]

@schroedk schroedk force-pushed the feature/586-block-diagonal-direct branch 2 times, most recently from 49b56c7 to dff2d40 Compare June 5, 2024 16:43
@schroedk schroedk mentioned this pull request Jun 5, 2024
4 tasks
@schroedk schroedk force-pushed the feature/586-block-diagonal-direct branch from dff2d40 to c1ef37b Compare June 6, 2024 07:38
@schroedk schroedk marked this pull request as ready for review June 6, 2024 07:40
docs/influence/index.md Outdated Show resolved Hide resolved
src/pydvl/influence/torch/functional.py Outdated Show resolved Hide resolved
src/pydvl/influence/torch/functional.py Outdated Show resolved Hide resolved
src/pydvl/influence/torch/influence_function_model.py Outdated Show resolved Hide resolved
@schroedk schroedk requested a review from janosg June 7, 2024 16:04
@schroedk schroedk merged commit cc3bb2b into develop Jun 10, 2024
35 checks passed
@schroedk schroedk deleted the feature/586-block-diagonal-direct branch June 10, 2024 12:41
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.

Adapt DirectInfluence to use block-approximation
2 participants