summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjunyanz <junyanzhu89@gmail.com>2018-03-27 19:41:45 -0400
committerjunyanz <junyanzhu89@gmail.com>2018-03-27 19:41:45 -0400
commitb77d9b593c9fa3b0db4e5e2a77c23777abac57ce (patch)
tree35faf40692b6379b101fdef1608eb49e7b2fff9b /README.md
parentbae3f780dce02baa928e684d92d674ac8acdd95d (diff)
code refactoring
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c93bfa..eb454e7 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
# CycleGAN and pix2pix in PyTorch
-This is our ongoing PyTorch implementation for both unpaired and paired image-to-image translation.
+This is our PyTorch implementation for both unpaired and paired image-to-image translation.
The code was written by [Jun-Yan Zhu](https://github.com/junyanz) and [Taesung Park](https://github.com/taesung89).