Thursday, May 13, 2021

CelebA DCGAN links


https://fairyonice.github.io/My-first-GAN-using-CelebA-data.html

My first GAN using CelebA data


Developing a DCGAN Model in Tensorflow 2.0

https://towardsdatascience.com/developing-a-dcgan-model-in-tensorflow-2-0-396bc1a101b2


Two kaggle submissions

https://www.kaggle.com/tobirohrer/gan-with-tensorflow-and-tf-dataset

https://www.kaggle.com/fkdplc/celeba-dcgan-for-generating-faces


keras tutorial 

DCGAN to generate face images

https://keras.io/examples/generative/dcgan_overriding_train_step/


google tf HUB tutorial

Generate Artificial Faces with CelebA Progressive GAN Model

https://www.tensorflow.org/hub/tutorials/tf_hub_generative_image_module

 

TensorFlow Constrained Optimization Example Using CelebA Dataset

https://www.tensorflow.org/responsible_ai/fairness_indicators/tutorials/Fairness_Indicators_TFCO_CelebA_Case_Study


No comments:

Post a Comment

kubernetes controllers and workloads

In Kubernetes, Workloads are the applications you run on the cluster, while Controllers are the background control loops that watch the st...