pytorch link

This commit is contained in:
Varuna Jayasiri
2021-01-30 13:38:15 +05:30
parent 3161c23592
commit 9b09a5f3d2
42 changed files with 530 additions and 508 deletions

View File

@ -8,7 +8,7 @@ summary: >
# Cycle GAN
This is an implementation of paper
This is a [PyTorch](https://pytorch.org) implementation/tutorial 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 [eriklindernoren/PyTorch-GAN](https://github.com/eriklindernoren/PyTorch-GAN).