You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Register DynamicBackdoorGAN in poisoning __init__.py
Added import for DynamicBackdoorGAN in `art.attacks.poisoning.__init__.py` to expose the attack via:
from art.attacks.poisoning import DynamicBackdoorGAN
This ensures that the new dynamic backdoor poisoning attack is accessible at the package level and consistent with other ART poisoning attacks.
Signed-off-by: Prachi Panwar <[email protected]>
0 commit comments