Hi, may I know how can I save the images in synface pre-training? As what I have seen, the save_results function in model.py is coded in a way to receive one image path and generate image accordingly. But in the synface pre-training, a list of image paths is presented to the save_results function instead, I suspect it may be caused by the joint_train = true.
Is there a way that your code for the save_results function can be changed to save images from joint training or the function was never intended to save images from joint training? Does that mean I need to write my own code to generate images from synface pre-training?
Hi, may I know how can I save the images in synface pre-training? As what I have seen, the save_results function in model.py is coded in a way to receive one image path and generate image accordingly. But in the synface pre-training, a list of image paths is presented to the save_results function instead, I suspect it may be caused by the joint_train = true.
Is there a way that your code for the save_results function can be changed to save images from joint training or the function was never intended to save images from joint training? Does that mean I need to write my own code to generate images from synface pre-training?
Error encountered: