Generating Ganyu from Genshin Impact with GAN
dataset source: https://www.kaggle.com/datasets/andy8744/ganyu-genshin-impact-anime-faces-gan-training
Input-Output comparision:
https://keras.io/examples/generative/dcgan_overriding_train_step/ https://www.tensorflow.org/tutorials/generative/dcgan#define_the_training_loop https://github.com/t0nberryking/DCGAN256
(*) The full credit of the basic model structure design goes to manicman1999/GAN256