diff options
| author | jules@lens <julescarbon@gmail.com> | 2018-05-18 02:41:35 +0200 |
|---|---|---|
| committer | jules@lens <julescarbon@gmail.com> | 2018-05-18 02:41:35 +0200 |
| commit | 9f1bf9b305681492197f4f11b88f36c37ef4ba05 (patch) | |
| tree | ba4e689ae9c51883e2c49af75cddb1c983a43d32 /test-mogrify.py | |
| parent | 6d720b476868b8924a86d15cf2e5c9c1dff9c340 (diff) | |
| parent | b7f45a7277152d5611f8f050243dd8d7c351979d (diff) | |
Merge branch 'master' of ghghgh.us:pix2pix
Diffstat (limited to 'test-mogrify.py')
| -rw-r--r-- | test-mogrify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-mogrify.py b/test-mogrify.py index 348d805..c1e0c71 100644 --- a/test-mogrify.py +++ b/test-mogrify.py @@ -175,7 +175,7 @@ if __name__ == '__main__': visuals = model.get_current_visuals() img_path = model.get_image_paths() - if (i % 20) == 0: + if (i % 100) == 0: print('%04d: process image... %s' % (i, img_path)) # ims = visualizer.save_images(webpage, visuals, img_path, aspect_ratio=opt.aspect_ratio) |
