diff options
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() |
