GeneGAN
GeneGAN copied to clipboard
Thanks for your code.I want to ask for you how to understand your code "num_ch = int(X.get_shape().as_list()[-1] * self.second_ratio)."I can't know what the self.second_ratio meaning is.
self.second_ratio is the percentage of channels used to denote the attribute information.