influenciae
influenciae copied to clipboard
[Bug]: Two definitions in the `base_influence.py`
Module
Common
Contact Details
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