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

@ -6,7 +6,7 @@ summary: A simple PyTorch implementation/tutorial of Deep Convolutional Generati
# Deep Convolutional Generative Adversarial Networks (DCGAN)
This is an implementation of paper
This is a [PyTorch](https://pytorch.org) implementation of paper
[Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks](https://arxiv.org/abs/1511.06434).
This implementation is based on the [PyTorch DCGAN Tutorial](https://pytorch.org/tutorials/beginner/dcgan_faces_tutorial.html).