2019-09-27T11:48:30.300141685Z SYSTEM: Preparing env...
2019-09-27T11:48:46.093646956Z SYSTEM: Running...
2019-09-27T11:48:48.670845795Z ----------------- Options ---------------
2019-09-27T11:48:48.67091611Z aspect_ratio: 1.0
2019-09-27T11:48:48.67092393Z batch_size: 1
2019-09-27T11:48:48.670929894Z checkpoints_dir: ./checkpoints
2019-09-27T11:48:48.670935108Z crop_size: 256
2019-09-27T11:48:48.670940718Z dataroot: /testA [default: None]
2019-09-27T11:48:48.670946832Z dataset_mode: single
2019-09-27T11:48:48.67095225Z direction: AtoB
2019-09-27T11:48:48.670956928Z display_winsize: 256
2019-09-27T11:48:48.670962028Z epoch: latest
2019-09-27T11:48:48.670967258Z eval: False
2019-09-27T11:48:48.670972851Z gpu_ids: 0
2019-09-27T11:48:48.670978086Z init_gain: 0.02
2019-09-27T11:48:48.670983264Z init_type: normal
2019-09-27T11:48:48.670988876Z input_nc: 3
2019-09-27T11:48:48.670994292Z isTrain: False [default: None]
2019-09-27T11:48:48.670999576Z load_iter: 0 [default: 0]
2019-09-27T11:48:48.671005119Z load_size: 256
2019-09-27T11:48:48.671010829Z max_dataset_size: inf
2019-09-27T11:48:48.671016301Z model: test
2019-09-27T11:48:48.671021706Z model_suffix:
2019-09-27T11:48:48.671026771Z n_layers_D: 3
2019-09-27T11:48:48.671031159Z name: horse2zebra_pretrained [default: experiment_name]
2019-09-27T11:48:48.671039926Z ndf: 64
2019-09-27T11:48:48.671044784Z netD: basic
2019-09-27T11:48:48.671049798Z netG: resnet_9blocks
2019-09-27T11:48:48.671055669Z ngf: 64
2019-09-27T11:48:48.671061596Z no_dropout: True [default: False]
2019-09-27T11:48:48.671066861Z no_flip: False
2019-09-27T11:48:48.671072384Z norm: instance
2019-09-27T11:48:48.671093847Z ntest: inf
2019-09-27T11:48:48.671099986Z num_test: 50
2019-09-27T11:48:48.671104909Z num_threads: 4
2019-09-27T11:48:48.671111584Z output_nc: 3
2019-09-27T11:48:48.671116797Z phase: test
2019-09-27T11:48:48.671122138Z preprocess: resize_and_crop
2019-09-27T11:48:48.671127131Z results_dir: ./results/
2019-09-27T11:48:48.671132011Z serial_batches: False
2019-09-27T11:48:48.671136956Z suffix:
2019-09-27T11:48:48.671141446Z verbose: False
2019-09-27T11:48:48.671145883Z ----------------- End -------------------
2019-09-27T11:48:48.711531403Z Traceback (most recent call last):
2019-09-27T11:48:48.711582406Z File "test.py", line 45, in <module>
2019-09-27T11:48:48.711591556Z dataset = create_dataset(opt) # create a dataset given opt.dataset_mode and other options
2019-09-27T11:48:48.711596242Z File "/home/jovyan/work/data/__init__.py", line 57, in create_dataset
2019-09-27T11:48:48.711599644Z data_loader = CustomDatasetDataLoader(opt)
2019-09-27T11:48:48.711602732Z File "/home/jovyan/work/data/__init__.py", line 73, in __init__
2019-09-27T11:48:48.711605962Z self.dataset = dataset_class(opt)
2019-09-27T11:48:48.711608881Z File "/home/jovyan/work/data/single_dataset.py", line 19, in __init__
2019-09-27T11:48:48.711611737Z self.A_paths = sorted(make_dataset(opt.dataroot, opt.max_dataset_size))
2019-09-27T11:48:48.711614529Z File "/home/jovyan/work/data/image_folder.py", line 25, in make_dataset
2019-09-27T11:48:48.711625552Z assert os.path.isdir(dir), '%s is not a valid directory' % dir
2019-09-27T11:48:48.711629658Z AssertionError: /testA is not a valid directory
2019-09-27T11:48:49.279546461Z SYSTEM: Finishing...