Open ShellingFord221 opened 3 years ago
I notice that you use GatedDense in self.q_z_layers to encode q(z | x):
GatedDense
self.q_z_layers
q(z | x)
Is there any reason to use GatedDense rather than a simple MLP? Thanks!
I notice that you use
GatedDense
inself.q_z_layers
to encodeq(z | x)
:Is there any reason to use GatedDense rather than a simple MLP? Thanks!