Results 4 comments of Thanh

I found something that is not quite clear. Let take example on facades data: with the function: `def load_image(image_path):` `input_img = imread(image_path)` `w = int(input_img.shape[1])` `w2 = int(w/2)` `img_A =...

I have the same question. haoliangjiang. May I ask you a question. I found something that is not quite clear. Let take example on facades data: with the function: `def...

Thank you for quick reply, Yes, it makes me realize that I may understand keras implementation incorrectly. Let say that your created D model with name 'd', the in pix2pix...