s1ddok / pix2pix-s4tf

pix2pix implementation using Swift for TensorFlow
26 stars 1 forks source link
gan pix2pix s4tf swift tensorflow

pix2pix

This repositery tries to closely resemble original pix2pix paper with the same architecture and hyper-parameters, but using Swift for TensorFlow. Results seem to be close to what original authors claimed to achieve, this is what a generator outputs after 7 hours of training using single GTX 1080 card.

In order to run the project you have to just call

swift run -c release

You will need a tensorboard installation in order to run the project.

Notes