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 5a92ea3 commit 7902e01Copy full SHA for 7902e01
tests/defences/detector/evasion/test_beyond_detector.py
@@ -21,16 +21,16 @@
21
import pytest
22
import numpy as np
23
24
+import torch.nn as nn
25
+
26
from art.attacks.evasion.fast_gradient import FastGradientMethod
27
from art.defences.detector.evasion import BeyondDetector
-from art.utils import load_dataset, get_file
28
29
30
from tests.utils import ARTTestException
31
32
logger = logging.getLogger(__name__)
33
-import torch.nn as nn
34
from torchvision import models, transforms
35
36
class SimSiamWithCls(nn.Module):
0 commit comments