summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-18 13:21:25 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-18 13:21:25 +0200
commit793eb7e4ebb820725d69b909605444cf2653db24 (patch)
treefa74ce30ec7e1589d427c94370ad5196687e4b8d /test.py
parent7f8b0de93cf8a12d5408db200a0ad2459cb0fee5 (diff)
k
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 1ddb894..cccb0c6 100644
--- a/test.py
+++ b/test.py
@@ -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)