pix2pix icon indicating copy to clipboard operation
pix2pix copied to clipboard

Image to Image Translation Using Generative Adversarial Networks

Results 14 pix2pix issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I ran the facades file as per the getting started documentation. It ran for about 7 hours until all the free storage on my computer was used up. It...

![image](https://user-images.githubusercontent.com/122579271/212209464-813e4cee-3eff-45d6-82a3-8ec3c204b007.png) ![image](https://user-images.githubusercontent.com/122579271/212209516-0017121f-5a2b-4434-93bc-b896df96673c.png) ![image](https://user-images.githubusercontent.com/122579271/212209545-126bd8ac-6d7c-4d08-8790-c58e5bb83e26.png) I dont know how to fix it.

Has anyone tried doing a transfer of learning or would know how to apply one with this implementation? Training a model but then updating the weights to suit a similar...

Hello. I am using the pix2pix Matlab code for another task in which the input data is not an image but a matrix. I want to remove the last tanh()...