deel-ai / influenciae

👋 Influenciae is a Tensorflow Toolbox for Influence Functions
https://deel-ai.github.io/influenciae
Other
55 stars 3 forks source link

[Bug]: Two definitions in the `base_influence.py` #21

Open lucashervier opened 1 year ago

lucashervier commented 1 year ago

Module

Common

Contact Details

lucas.hervier@irt-saintexupery.com

Current Behavior

If we take a close look on the class BaseInfluenceCalculator we can see that the method _estimate_individual_influence_values_from_batch is defined two times. Once as an @abstractmethod and the other time explicitly.

Expected Behavior

To have a single definition for the method _estimate_individual_influence_values_from_batch for the class BaseInfluenceCalculator

Version

v0.1.0

Environment

- OS:
- Python version:
- Tensorflow version:
- Packages used version:

Relevant log output

No response

To Reproduce

N/A