From 36d3c77e5ff20ebe0aeefd322326a134a279b93e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Linder-Nor=C3=A9n?= Date: Wed, 6 Jan 2021 17:32:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d908a1f3..99afcb1c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

-**This repository has gone stale as I unfortunately do not have the time to maintain it anymore. If you would like to continue the development of it as a collaborator send me an email - eriklindernoren@gmail.com.** +**This repository has gone stale as I unfortunately do not have the time to maintain it anymore. If you would like to continue the development of it as a collaborator send me an email at eriklindernoren@gmail.com.** ## PyTorch-GAN Collection of PyTorch implementations of Generative Adversarial Network varieties presented in research papers. Model architectures will not always mirror the ones proposed in the papers, but I have chosen to focus on getting the core ideas covered instead of getting every layer configuration right. Contributions and suggestions of GANs to implement are very welcomed.