This commit is contained in:
Nataniel Ruiz
2019-12-23 16:42:29 -04:00
parent 65fa72e564
commit f5f19dace1
+1 -1
View File
@@ -634,7 +634,7 @@ class Solver(object):
x_concat = torch.cat(x_fake_list, dim=3)
result_path = os.path.join(self.result_dir, '{}-images.jpg'.format(i+1))
save_image(self.denorm(x_concat.data.cpu()), result_path, nrow=1, padding=0)
print('Saved real and fake images into {}...'.format(result_path))
# print('Saved real and fake images into {}...'.format(result_path))
if i == 199:
break