You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your reply.
I am not an expert in tensorflow and I am trying to understand your code.
When you created separate 'aae.encoder' and extracted code vectors, I assume that the already trained encoder part of the network is used because of the 'reuse=True' in the encoder function. Am I right?
Hi,
I was going through main.py and I have a doubt regarding the 'network architecture section'.
`# network architecture
Why are you creating separate 'aae.encoder'? The code vectors are already given as output of 'aae.adversarial_autoencoder'.
Vandana Rajan
The text was updated successfully, but these errors were encountered: