This commit is contained in:
Nataniel Ruiz
2020-01-17 14:30:07 -05:00
parent d46e4c4648
commit e6ce88954e
+2 -2
View File
@@ -634,8 +634,8 @@ 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(x_adv)
# x_fake_list.append(preproc_x)
x_fake_list.append(x_adv)
# x_fake_list.append(perturb)
x_fake_list.append(gen)