diff options
| author | Taesung Park <taesung_park@berkeley.edu> | 2017-11-08 11:37:42 -0800 |
|---|---|---|
| committer | Taesung Park <taesung_park@berkeley.edu> | 2017-11-08 11:37:42 -0800 |
| commit | b6f5966eb8224dfc7be68b1b67a87f006e42730d (patch) | |
| tree | c34a3f4746f1453fd83aeeeb2135eb7b6f0afb63 /test.py | |
| parent | 5e0f7d6980ed1a1aaac8593351028d320e5f0a94 (diff) | |
working version with handwritten GAN loss. Shift value can be changed
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
