2019-09-12T01:11:50.693071255Z SYSTEM: Preparing env...
2019-09-12T01:12:05.98712888Z SYSTEM: Running...
2019-09-12T01:12:08.405716515Z ----------------- Options ---------------
2019-09-12T01:12:08.405766128Z batch_size: 1
2019-09-12T01:12:08.405773721Z beta1: 0.5
2019-09-12T01:12:08.405779154Z checkpoints_dir: ./checkpoints
2019-09-12T01:12:08.405784106Z continue_train: False
2019-09-12T01:12:08.405801126Z crop_size: 256
2019-09-12T01:12:08.405807384Z dataroot: /home/jovyan/work/datasets/maps [default: None]
2019-09-12T01:12:08.405812908Z dataset_mode: unaligned
2019-09-12T01:12:08.405817446Z direction: AtoB
2019-09-12T01:12:08.405823478Z display_env: main
2019-09-12T01:12:08.405828216Z display_freq: 400
2019-09-12T01:12:08.405832881Z display_id: 1
2019-09-12T01:12:08.405837492Z display_ncols: 4
2019-09-12T01:12:08.405843096Z display_port: 8097
2019-09-12T01:12:08.405848309Z display_server: http://localhost
2019-09-12T01:12:08.405853218Z display_winsize: 256
2019-09-12T01:12:08.405858006Z epoch: latest
2019-09-12T01:12:08.405864748Z epoch_count: 1
2019-09-12T01:12:08.405869608Z gan_mode: lsgan
2019-09-12T01:12:08.405874423Z gpu_ids: 0
2019-09-12T01:12:08.405878782Z init_gain: 0.02
2019-09-12T01:12:08.405883269Z init_type: normal
2019-09-12T01:12:08.405887619Z input_nc: 3
2019-09-12T01:12:08.405892701Z isTrain: True [default: None]
2019-09-12T01:12:08.405898308Z lambda_A: 10.0
2019-09-12T01:12:08.405903098Z lambda_B: 10.0
2019-09-12T01:12:08.405907559Z lambda_identity: 0.5
2019-09-12T01:12:08.405912198Z load_iter: 0 [default: 0]
2019-09-12T01:12:08.405915447Z load_size: 286
2019-09-12T01:12:08.405918537Z lr: 0.0002
2019-09-12T01:12:08.405934074Z lr_decay_iters: 50
2019-09-12T01:12:08.405937708Z lr_policy: linear
2019-09-12T01:12:08.405940478Z max_dataset_size: inf
2019-09-12T01:12:08.405943151Z model: cycle_gan
2019-09-12T01:12:08.405947568Z n_layers_D: 3
2019-09-12T01:12:08.405950439Z name: maps_cyclegan [default: experiment_name]
2019-09-12T01:12:08.405956744Z ndf: 64
2019-09-12T01:12:08.405961294Z netD: basic
2019-09-12T01:12:08.405965941Z netG: resnet_9blocks
2019-09-12T01:12:08.405970624Z ngf: 64
2019-09-12T01:12:08.405975328Z niter: 100
2019-09-12T01:12:08.405980208Z niter_decay: 100
2019-09-12T01:12:08.405984934Z no_dropout: True
2019-09-12T01:12:08.405988854Z no_flip: False
2019-09-12T01:12:08.405991571Z no_html: False
2019-09-12T01:12:08.405994644Z norm: instance
2019-09-12T01:12:08.405997364Z num_threads: 4
2019-09-12T01:12:08.406000046Z output_nc: 3
2019-09-12T01:12:08.406002718Z phase: train
2019-09-12T01:12:08.406005807Z pool_size: 50
2019-09-12T01:12:08.406010241Z preprocess: resize_and_crop
2019-09-12T01:12:08.406013138Z print_freq: 100
2019-09-12T01:12:08.406015844Z save_by_iter: False
2019-09-12T01:12:08.406018674Z save_epoch_freq: 5
2019-09-12T01:12:08.406021409Z save_latest_freq: 5000
2019-09-12T01:12:08.406024242Z serial_batches: False
2019-09-12T01:12:08.406027174Z suffix:
2019-09-12T01:12:08.406029867Z update_html_freq: 1000
2019-09-12T01:12:08.406032874Z verbose: False
2019-09-12T01:12:08.406035635Z ----------------- End -------------------
2019-09-12T01:12:08.438027548Z Traceback (most recent call last):
2019-09-12T01:12:08.438080971Z File "train.py", line 29, in <module>
2019-09-12T01:12:08.438109321Z dataset = create_dataset(opt) # create a dataset given opt.dataset_mode and other options
2019-09-12T01:12:08.438115571Z File "/home/jovyan/work/data/__init__.py", line 57, in create_dataset
2019-09-12T01:12:08.438120925Z data_loader = CustomDatasetDataLoader(opt)
2019-09-12T01:12:08.438125775Z File "/home/jovyan/work/data/__init__.py", line 73, in __init__
2019-09-12T01:12:08.438130351Z self.dataset = dataset_class(opt)
2019-09-12T01:12:08.438135103Z File "/home/jovyan/work/data/unaligned_dataset.py", line 29, in __init__
2019-09-12T01:12:08.438139751Z self.A_paths = sorted(make_dataset(self.dir_A, opt.max_dataset_size)) # load images from '/path/to/data/trainA'
2019-09-12T01:12:08.438144775Z File "/home/jovyan/work/data/image_folder.py", line 25, in make_dataset
2019-09-12T01:12:08.43815041Z assert os.path.isdir(dir), '%s is not a valid directory' % dir
2019-09-12T01:12:08.438155176Z AssertionError: /home/jovyan/work/datasets/maps/trainA is not a valid directory
2019-09-12T01:12:08.927649789Z SYSTEM: Finishing...
2019-09-12T01:12:11.160691584Z SYSTEM: Error Exists!