master
/ job_logs / job-gpu-5d8de105c91988c06a638029.log

job-gpu-5d8de105c91988c06a638029.log @master

f5eee81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2019-09-27T10:20:07.109012157Z SYSTEM: Preparing env...
2019-09-27T10:20:22.892478204Z SYSTEM: Running...
2019-09-27T10:20:25.490428055Z ----------------- Options ---------------
2019-09-27T10:20:25.49048983Z              aspect_ratio: 1.0                           
2019-09-27T10:20:25.490498834Z                batch_size: 1                             
2019-09-27T10:20:25.49050401Z           checkpoints_dir: ./checkpoints                 
2019-09-27T10:20:25.49050923Z                 crop_size: 256                           
2019-09-27T10:20:25.490514252Z                  dataroot: /home/jovyan/work/datasets/horse2zebra/testA	[default: None]
2019-09-27T10:20:25.490525702Z              dataset_mode: single                        
2019-09-27T10:20:25.490530826Z                 direction: AtoB                          
2019-09-27T10:20:25.490535773Z           display_winsize: 256                           
2019-09-27T10:20:25.490540714Z                     epoch: latest                        
2019-09-27T10:20:25.49054556Z                      eval: False                         
2019-09-27T10:20:25.49055057Z                   gpu_ids: 0                             
2019-09-27T10:20:25.490555638Z                 init_gain: 0.02                          
2019-09-27T10:20:25.490560544Z                 init_type: normal                        
2019-09-27T10:20:25.490565597Z                  input_nc: 3                             
2019-09-27T10:20:25.490570468Z                   isTrain: False                         	[default: None]
2019-09-27T10:20:25.490575702Z                 load_iter: 0                             	[default: 0]
2019-09-27T10:20:25.49058121Z                 load_size: 256                           
2019-09-27T10:20:25.490586493Z          max_dataset_size: inf                           
2019-09-27T10:20:25.490591326Z                     model: test                          
2019-09-27T10:20:25.4905966Z              model_suffix:                               
2019-09-27T10:20:25.490601517Z                n_layers_D: 3                             
2019-09-27T10:20:25.490606454Z                      name: horse2zebra_pretrained        	[default: experiment_name]
2019-09-27T10:20:25.490611576Z                       ndf: 64                            
2019-09-27T10:20:25.490616454Z                      netD: basic                         
2019-09-27T10:20:25.490621544Z                      netG: resnet_9blocks                
2019-09-27T10:20:25.490626547Z                       ngf: 64                            
2019-09-27T10:20:25.490631469Z                no_dropout: True                          	[default: False]
2019-09-27T10:20:25.490636289Z                   no_flip: False                         
2019-09-27T10:20:25.490641237Z                      norm: instance                      
2019-09-27T10:20:25.490665237Z                     ntest: inf                           
2019-09-27T10:20:25.490671327Z                  num_test: 50                            
2019-09-27T10:20:25.490675957Z               num_threads: 4                             
2019-09-27T10:20:25.490682439Z                 output_nc: 3                             
2019-09-27T10:20:25.490687457Z                     phase: test                          
2019-09-27T10:20:25.490692362Z                preprocess: resize_and_crop               
2019-09-27T10:20:25.490697037Z               results_dir: ./results/                    
2019-09-27T10:20:25.490701681Z            serial_batches: False                         
2019-09-27T10:20:25.490706391Z                    suffix:                               
2019-09-27T10:20:25.490711516Z                   verbose: False                         
2019-09-27T10:20:25.490716266Z ----------------- End -------------------
2019-09-27T10:20:25.526578736Z Traceback (most recent call last):
2019-09-27T10:20:25.526620675Z   File "test.py", line 45, in <module>
2019-09-27T10:20:25.526628125Z     dataset = create_dataset(opt)  # create a dataset given opt.dataset_mode and other options
2019-09-27T10:20:25.526631663Z   File "/home/jovyan/work/data/__init__.py", line 57, in create_dataset
2019-09-27T10:20:25.52663529Z     data_loader = CustomDatasetDataLoader(opt)
2019-09-27T10:20:25.526638298Z   File "/home/jovyan/work/data/__init__.py", line 73, in __init__
2019-09-27T10:20:25.526641484Z     self.dataset = dataset_class(opt)
2019-09-27T10:20:25.526644425Z   File "/home/jovyan/work/data/single_dataset.py", line 19, in __init__
2019-09-27T10:20:25.526647396Z     self.A_paths = sorted(make_dataset(opt.dataroot, opt.max_dataset_size))
2019-09-27T10:20:25.526650211Z   File "/home/jovyan/work/data/image_folder.py", line 25, in make_dataset
2019-09-27T10:20:25.526653046Z     assert os.path.isdir(dir), '%s is not a valid directory' % dir
2019-09-27T10:20:25.526656014Z AssertionError: /home/jovyan/work/datasets/horse2zebra/testA is not a valid directory
2019-09-27T10:20:26.028837139Z SYSTEM: Finishing...