GAN-keras icon indicating copy to clipboard operation
GAN-keras copied to clipboard

It is better to write “*/datasets/%s/%sA/*” as “/your/cyclegan/datasets/%s/%sA/*”, otherwise path_A and path_B is empty

Open TomatoBoy90 opened this issue 5 years ago • 1 comments

The result of my modification is as follows: path_A = glob('/cache/cyclegan/datasets/%s/%sA/' % (self.dataset_name, data_type)) path_B = glob('/cache/cyclegan/datasets/%s/%sB/' % (self.dataset_name, data_type))

TomatoBoy90 avatar Apr 02 '20 09:04 TomatoBoy90

Windows or Ubuntu?It runs greatly in my computer……It might be the problem of system

bubbliiiing avatar Apr 02 '20 09:04 bubbliiiing