Update README.md

This commit is contained in:
Jacob Gildenblat
2016-07-01 21:04:11 +03:00
committed by GitHub
parent d05b67a244
commit f26fd91dfb
+4
View File
@@ -1,3 +1,7 @@
## Bugs ##
There are a few bugs in the code, and convergence issues that I hope to fix soon the moment I get access to a decent GPU / have some more time. Please do not waste hours training the model as is. If you get a chance to fix anything, please make a PR.
## KERAS-DCGAN ##
Implementation of http://arxiv.org/abs/1511.06434 with the (awesome) [keras](https://github.com/fchollet/keras) library, for generating artificial images with deep learning.