NVIDIA / vid2vid

Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.
Other
8.57k stars 1.2k forks source link

"Pretrained network G0 has fewer layers..." #177

Open SylviaLiu1123 opened 1 year ago

SylviaLiu1123 commented 1 year ago

I trained the face model according to the instructions and tested it. The output shows: Pretrained network G0 has fewer layers; The following are not initialized: ['model_down_img', 'model_down_seg', 'model_final_flow', 'model_final_img', 'model_final_w', 'modelres flow', 'model_res_img', 'model_up_flow', 'model_up_img']

How can I solve it?