From 050a2ee56c86dcdb9a3e0de96321a6331cec3963 Mon Sep 17 00:00:00 2001 From: Nataniel Ruiz Date: Tue, 31 Dec 2019 21:01:18 -0400 Subject: [PATCH] next --- ganimation/solver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ganimation/solver.py b/ganimation/solver.py index b9a16ee..299ce46 100644 --- a/ganimation/solver.py +++ b/ganimation/solver.py @@ -423,7 +423,7 @@ class Solver(Utils): targets_au = targets[target_idx, :].unsqueeze(0).cuda() # x_adv, perturb = pgd_attack.perturb(image_to_animate, black, targets_au) - x_adv, perturb = x_advs[target_idx] + # x_adv, perturb = x_advs[target_idx] # x_adv = image_to_animate + perturb x_adv = image_to_animate # print(image_to_animate.shape, x_adv.shape)