next
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user