deel-ai/influenciae

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

lucashervier opened this issue · 0 comments

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