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
Thank you for your work. It is very impressive. I just wanted to ask you about the contents of the objects stored in the pkl file. I used your encoder and decoder. I got a pkl file that contains G, D, Gs, NE only from the decoder and encoder as well. When I want to use reconstruction.py the following code will not work: E, _, _, Gs, _ = load_pkl(args.restore_path). Do you have an idea of why that might be the case? Why was the E not stored? I believe E is the encoder from real image to the latent 512.
Looking forward to your reply.
Thank you
The text was updated successfully, but these errors were encountered:
Hello.
Hope you are doing well.
Thank you for your work. It is very impressive. I just wanted to ask you about the contents of the objects stored in the pkl file. I used your encoder and decoder. I got a pkl file that contains G, D, Gs, NE only from the decoder and encoder as well. When I want to use reconstruction.py the following code will not work: E, _, _, Gs, _ = load_pkl(args.restore_path). Do you have an idea of why that might be the case? Why was the E not stored? I believe E is the encoder from real image to the latent 512.
Looking forward to your reply.
Thank you
The text was updated successfully, but these errors were encountered: