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
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
Hi, thanks for sharing, I have some question about how to generate image ?
in the paper, training phase said G( E(x), C(x) ), input of G is concate( output of Encoder, and output of classifier )
but in colab ,function 'generate_change_image_given_dlatent' and 'call_synthesis' input can not contain C(x) why?
what to do in generator.style_vector_calculator(), and generator.g_synthesis() ??