We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6f7d6 commit 3e83c08Copy full SHA for 3e83c08
tests/defences/test_defensive_distillation.py
@@ -22,7 +22,7 @@
22
23
import numpy as np
24
25
-from art.defences.transformer import DefensiveDistillation
+from art.defences.transformer.evasion import DefensiveDistillation
26
27
from tests.utils import master_seed, TestBase
28
from tests.utils import get_image_classifier_tf, get_image_classifier_pt, get_image_classifier_kr
0 commit comments