Closed byerose closed 3 years ago
Hi. There seems to be some error in file base_attack.py. I didn't find the definition of x/y.
base_attack.py
64 elif type(x).__name__ == 'ndarray': 74 label = torch.tensor(y) Bro, you'd better check it.
64 elif type(x).__name__ == 'ndarray': 74 label = torch.tensor(y)
elif type(x).__name__ == 'ndarray':
label = torch.tensor(y)
Bro, you'd better check it.
got it, have fixed. thanks for reporting this to us. XD
Hi. There seems to be some error in file
base_attack.py
. I didn't find the definition of x/y.