infomax icon indicating copy to clipboard operation
infomax copied to clipboard

全局判别器的疑问

Open YandanYang opened this issue 5 years ago • 0 comments

请问全局判别器T(z,x)为什么是把两个z拼接到一起呢? 代码写的是z_z_1 = Concatenate()([z_samples, z_samples]), 不应该是Concatenate()([x_in, z_samples])之类的吗?

YandanYang avatar May 16 '20 06:05 YandanYang