This commit is contained in:
Nataniel Ruiz
2019-12-30 13:44:15 -04:00
parent 2a37e62207
commit ce23031e8e
2 changed files with 1 additions and 1 deletions
Vendored
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -623,7 +623,7 @@ class Solver(object):
# Attack
# x_adv, perturb = pgd_attack.perturb(x_real, black, c_trg)
# _, perturb = x_advs[idx]
# x_adv = x_real + perturb
x_adv = x_real + perturb
# x_adv = self.blur_tensor(x_adv)
# Metrics