From 0a5bef1e8e1bd1c5a7ebde7bc9f0dd849f786e40 Mon Sep 17 00:00:00 2001 From: Christopher Hesse <christopher.hesse@gmail.com> Date: Wed, 25 Jan 2017 19:40:34 -0800 Subject: [PATCH] Add acknowledgement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9397bda..42b29d8 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. +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! -- GitLab