yenchenlin / pix2pix-tensorflow

TensorFlow implementation of "Image-to-Image Translation Using Conditional Adversarial Networks".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model architecture

danmic opened this issue · comments

commented

I am interested in the architecture used in this implementation. Does it use a U-Net for the generator and a PatchGAN for the discriminator, as reported in the image-to-image translation paper? By looking at the code, it seems that the model is a DCGAN adapted to 256x256 images.