diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-19 02:29:51 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-19 02:29:51 +0200 |
| commit | 0a99ad7679092a37232e94b11f128a90caf67bd1 (patch) | |
| tree | 9393e8ee26ba5d380e25e4dbe33c39c89b61190c /test.py | |
| parent | dd006ec9e3a4dfd611f82deb399c3f5071a4e7b3 (diff) | |
test
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ if __name__ == '__main__': opt.batchSize = 1 # test code only supports batchSize = 1 opt.serial_batches = True # no shuffle opt.no_flip = True # no flip - opt.experiment = opt.start_img.split(".")[0] + opt.experiment = opt.start_img.split("/")[-1].split(".")[0] render_dir = opt.results_dir + opt.name + "/exp:" + opt.experiment + "/" |
