From 315b588aa37ec08f2e9fa2c259119e931c1a3b7d Mon Sep 17 00:00:00 2001 From: Christopher Hesse <christopher.hesse@gmail.com> Date: Wed, 25 Jan 2017 19:41:22 -0800 Subject: [PATCH] Add acknowledgement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42b29d8..0b0b1ce 100644 --- a/README.md +++ b/README.md @@ -179,4 +179,4 @@ If you use this code for your research, please cite the paper this code is based ``` ## Acknowledgments -This is a port of [pix2pix](https://github.com/phillipi/pix2pix) from Torch to Tensorflow. It also contains colorspace conversion code ported from Torch. Thanks to the Tensorflow team for making such a quality library! +This is a port of [pix2pix](https://github.com/phillipi/pix2pix) from Torch to Tensorflow. It also contains colorspace conversion code ported from Torch. Thanks to the Tensorflow team for making such a quality library! And special thanks to Phillip Isola for answering my questions about the pix2pix code. -- GitLab