-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get the latent code of z/w space mapped using the encoder #2
Comments
You can refer to lines 80 and 81 in |
Thank you! I will take a look. :) |
Hi @zhujiapeng , it turns out that getting the intermediate tensor output is not that straightforward (I am not that familiar with tensorflow1.X, which makes it quite difficult for me to amend the code), I would highly appreciate it if you could share a sample script for how to extract the intermediate latent code tensor as numpy arrays for instance. Great thanks in advance! |
Sorry, I am a little busy those days and do not have time to do this. But you could refer to |
Hi, thank you for this great work! @zhujiapeng
I would like to know if there is a straightforward way to get the latent code mapped from the real input image to the z/w space using the well-trained encoder, any insights would be highly appreciated!
The text was updated successfully, but these errors were encountered: