Skip to content

pix2pix implementation using Swift for TensorFlow

Notifications You must be signed in to change notification settings

s1ddok/pix2pix-s4tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Trainer will emit a lot of intermediate results in a calling directory, you can easily comment out that part. It is a workaround because for some reason tensorboard crashes when provided with result images, I'm investigating on the problem.
  • You need to specify different URL for dataset and GPU index
  • This implementation only provides a data loader for facades dataset, but the model is capable of learning on any pix2pix compatible dataset.

About

pix2pix implementation using Swift for TensorFlow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages