From 6e96b379559c9ad629cb2d7d43ebc4ed56c3ae79 Mon Sep 17 00:00:00 2001 From: Harry Stuart Date: Sat, 8 Jun 2024 11:03:06 +1000 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f73368f..692cc04 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Generative Adverserial Network for generating images -The code here is a slightly altered version of the code that has been generously made publicly available at https://github.com/gsurma/image_generator +The code here is an altered version of the code that has been generously made publicly available at https://github.com/gsurma/image_generator As an introduction to the world of GANs, I decided to try the above model on some different datasets. You can see the results of two example trainings in the respective output folders. -Training on human faces for 100 epochs took around 13 hours using the hardware mentioned on my profile. I am yet to optimise the architecture and hyperparameters. +Training on human faces for 100 epochs took around 13 hours on an RTX 2060. ![samples_183](https://user-images.githubusercontent.com/42882697/206129682-e972310f-7aba-427c-b7fd-12ee46f40fc9.png)