anime-faces-GAN/README.md

11 lines
581 B
Markdown
Raw Permalink Normal View History

2022-12-07 12:03:32 +11:00
# Generative Adverserial Network for generating images
2019-06-13 19:31:37 +10:00
2024-06-08 11:03:06 +10:00
The code here is an altered version of the code that has been generously made publicly available at https://github.com/gsurma/image_generator
2019-06-13 19:31:37 +10:00
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.
2019-06-13 20:28:50 +10:00
2024-06-08 11:03:06 +10:00
Training on human faces for 100 epochs took around 13 hours on an RTX 2060.
2022-12-07 19:39:42 +11:00
![samples_183](https://user-images.githubusercontent.com/42882697/206129682-e972310f-7aba-427c-b7fd-12ee46f40fc9.png)