mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-08-14 01:13:00 +08:00
link fix
This commit is contained in:
@ -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’ve taken pieces of code from <a href="https://github.com/eriklindernoren/PyTorch-GAN">https://github.com/eriklindernoren/PyTorch-GAN</a>.
|
||||
<p>I’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
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user