Remove the adversary_report function from the class since it is not used to run the attack. Just need to make sure that there isn't any code in this that could be useful either for debugging or for a metric calculation.
|
def adversary_report(self) -> tuple[float, float]: |
Remove the
adversary_reportfunction from the class since it is not used to run the attack. Just need to make sure that there isn't any code in this that could be useful either for debugging or for a metric calculation.amulet/amulet/discriminatory_behavior/defenses/adversarial_debiasing.py
Line 125 in d286270