summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.py b/test.py
index 22d092c..d2910ab 100644
--- a/test.py
+++ b/test.py
@@ -12,6 +12,7 @@ from util import html
opt.nThreads = 1 # test code only supports nThreads=1
opt.batchSize = 1 #test code only supports batchSize=1
opt.serial_batches = True # no shuffle
+opt.no_flip = True
data_loader = CreateDataLoader(opt)
dataset = data_loader.load_data()