This commit is contained in:
Nataniel Ruiz
2020-01-17 14:41:00 -05:00
parent d24879d8a5
commit 601e4ee0f8
+1 -1
View File
@@ -650,7 +650,7 @@ class Solver(object):
l0_error += (gen - gen_noattack).norm(0)
min_dist += (gen - gen_noattack).norm(float('-inf'))
n_samples += 1
break
# break
# Save the translated images.
x_concat = torch.cat(x_fake_list, dim=3)