infomax
infomax copied to clipboard
extract features by maximizing mutual information
Results
3
infomax issues
Sort by
recently updated
recently updated
newest added
请问全局判别器T(z,x)为什么是把两个z拼接到一起呢? 代码写的是z_z_1 = Concatenate()([z_samples, z_samples]), 不应该是Concatenate()([x_in, z_samples])之类的吗?
Hi, Thanks for your code. When I run infomax_tiny_imagenet.py, I get an error on "x = Conv2D(z_dim / 2**(3-i), kernel_size=(3,3), padding='SAME')(x)" TypeError: Value passed to parameter 'shape' has DataType float32...