diff --git a/README.md b/README.md index aeddf3e..e06fa78 100644 --- a/README.md +++ b/README.md @@ -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.