israrbacha
israrbacha
Hello! Anyone train this model on two GPU's , if you have multiple gpu version of this code kindly share it with me. [email protected]
Hi, could you please share the pre-trained model of portrait2photo. thanks
thanks for your response, another question may be irrelevant to you sorry for that. as the model is too heavy my gtx-1080ti only run 200 epochs in three days. i...
hello kim thanks for your great work, i run your code first it did't save the images during training with scipy.misc. when i replace it with cv2 like you did...
> > 这样改就好了 > > transform = transforms.Compose([ > > transforms.ToTensor(), transforms.Normalize([0.5], [0.5])]) > > 改成这样之后,又报错了 > IndexError: invalid index of a 0-dim tensor. Use tensor.item() to convert a 0-dim...