GAN-keras
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
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))
Windows or Ubuntu?It runs greatly in my computer……It might be the problem of system