summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorTaesung Park <taesung_park@berkeley.edu>2017-11-08 11:37:42 -0800
committerTaesung Park <taesung_park@berkeley.edu>2017-11-08 11:37:42 -0800
commitb6f5966eb8224dfc7be68b1b67a87f006e42730d (patch)
treec34a3f4746f1453fd83aeeeb2135eb7b6f0afb63 /test.py
parent5e0f7d6980ed1a1aaac8593351028d320e5f0a94 (diff)
working version with handwritten GAN loss. Shift value can be changed
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 89feae9..fc0f1bb 100644
--- a/test.py
+++ b/test.py
@@ -27,7 +27,7 @@ for i, data in enumerate(dataset):
model.test()
visuals = model.get_current_visuals()
img_path = model.get_image_paths()
- print('process image... %s' % img_path)
+ print('%04d: process image... %s' % (i, img_path))
visualizer.save_images(webpage, visuals, img_path)
webpage.save()