From b7fbd611bdfd0b244c0e84031f9de62a356a7391 Mon Sep 17 00:00:00 2001 From: Nataniel Ruiz Date: Tue, 24 Dec 2019 13:27:58 -0400 Subject: [PATCH] next --- stargan/solver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stargan/solver.py b/stargan/solver.py index 6946bce..83b9b61 100644 --- a/stargan/solver.py +++ b/stargan/solver.py @@ -627,6 +627,7 @@ class Solver(object): # Add to lists # x_fake_list.append(preproc_x) + x_fake_list.append(x_adv) x_fake_list.append(gen) # No Attack