how to generate. pt files?
Gan2shape Project Author:
Hello! Recently, we are trying to reproduce the Gan2shape project, but we have encountered the following problems, and we hope to get your reply!
You mentioned using the code in stylegan2-pytorch to project pictures into potential space to obtain. pt files, but we used the stylegan2-celeba-config-e.pt provided by you to run in stylegan2-pytorch, and reported that the model parameters did not match. Here, I want to ask you how to generate. pt files? I look forward to your reply!

@Charlotte-15089383344 Hi, the reason is that the checkpoint has config-e but your model has config-f. To fix this, you should specify channel_multiplier=1 at https://github.com/rosinality/stylegan2-pytorch/blob/master/projector.py#L149
@Charlotte-15089383344 Hi, the reason is that the checkpoint has config-e but your model has config-f. To fix this, you should specify channel_multiplier=1 at https://github.com/rosinality/stylegan2-pytorch/blob/master/projector.py#L149
Thank you very much for your reply! At present, the final image generated by the project is 128 resolution, I would like to ask which part of the project the code is in this part, do you have any other suggestions for improving the quality of the project image, such as resolution?