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

@ -72,7 +72,7 @@
<h1>Cycle GAN</h1>
<p>This is an implementation of paper
<a href="https://arxiv.org/abs/1703.10593">Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks</a>.</p>
<p>I&rsquo;ve taken pieces of code from <a href="https://github.com/eriklindernoren/PyTorch-GAN">https://github.com/eriklindernoren/PyTorch-GAN</a>.
<p>I&rsquo;ve taken pieces of code from <a href="https://github.com/eriklindernoren/PyTorch-GAN">eriklindernoren/PyTorch-GAN</a>.
It is a very good resource if you want to checkout other GAN variations too.</p>
<p>Cycle GAN does image-to-image translation.
It trains a model to translate an image from given distribution to another, say images of class A and B

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.