This commit is contained in:
Varuna Jayasiri
2021-01-23 16:28:50 +05:30
parent 6ebd57a52b
commit a00fc0a812
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ summary: >
This is an implementation of paper
[Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks](https://arxiv.org/abs/1703.10593).
I've taken pieces of code from [https://github.com/eriklindernoren/PyTorch-GAN](https://github.com/eriklindernoren/PyTorch-GAN).
I've taken pieces of code from [eriklindernoren/PyTorch-GAN](https://github.com/eriklindernoren/PyTorch-GAN).
It is a very good resource if you want to checkout other GAN variations too.
Cycle GAN does image-to-image translation.