This commit is contained in:
Nataniel Ruiz
2019-12-26 09:57:40 -04:00
parent 982d09fe84
commit 67740119d9
-2
View File
@@ -639,8 +639,6 @@ class Solver(object):
l0_error += (gen - gen_noattack).norm(0)
min_dist += (gen - gen_noattack).norm(float('-inf'))
n_samples += 1
break
# Save the translated images.
x_concat = torch.cat(x_fake_list, dim=3)