diff --git a/README.md b/README.md new file mode 100644 index 0000000..3795fb3 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# DCGAN +Implementation of DCGAN paper with bernoulli distribution used as input noise vector and slight modification to train it better and skip modal collapse. The results are taken on anime dataset generated from doonami.ru website using 21k images as test samples and training on 50 epochs with learning-rate = 0.002 . Lots of slight modifications have been done to improve GANs training.