From ed0749d0add141ec214ae7055a7f9914a69cefec Mon Sep 17 00:00:00 2001 From: Nataniel Ruiz Date: Mon, 23 Dec 2019 16:45:49 -0400 Subject: [PATCH] next --- stargan/solver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stargan/solver.py b/stargan/solver.py index 9c76082..8db1639 100644 --- a/stargan/solver.py +++ b/stargan/solver.py @@ -619,7 +619,7 @@ class Solver(object): gen, gen_feats = self.G(x_adv, c_trg) # Add to lists - x_fake_list.append(preproc_x) + # x_fake_list.append(preproc_x) x_fake_list.append(gen) # No Attack