sanahtech

Results 1 comments of sanahtech

norm_hr = self.high_reso_imgs[indx_high] / 127.5 - 1 print(norm_hr.shape) in gen_pipeline(self, batch_size=16) function the above line prints (16, ). while it should print (16,256,256,3)