diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 13:21:25 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 13:21:25 +0200 |
| commit | 793eb7e4ebb820725d69b909605444cf2653db24 (patch) | |
| tree | fa74ce30ec7e1589d427c94370ad5196687e4b8d /test.py | |
| parent | 7f8b0de93cf8a12d5408db200a0ad2459cb0fee5 (diff) | |
k
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ if __name__ == '__main__': opt.serial_batches = True # no shuffle opt.no_flip = True # no flip - data_loader = CreateDataLoader(opt) + data_loader = CreateRecursiveDataLoader(opt) dataset = data_loader.load_data() model = create_model(opt) visualizer = Visualizer(opt) |
