dcgan
Here are 420 public repositories matching this topic...
It seems like you copied and pasted from the is_trail from the line above. It currently says
"True for training, False for testing [False]"
https://github.com/carpedm20/DCGAN-tensorflow/blob/9166ef99bf9fcd1d0bf641ae752428bb06903b00/main.py#L26
-
Updated
Jan 25, 2019 - Python
-
Updated
Jun 28, 2020 - Python
-
Updated
Sep 8, 2017 - Python
-
Updated
Jul 21, 2017 - Python
-
Updated
Feb 17, 2018 - Lua
-
Updated
Jul 9, 2020 - Jupyter Notebook
-
Updated
Sep 15, 2019 - Jupyter Notebook
-
Updated
Jul 4, 2020 - Jupyter Notebook
-
Updated
Jun 27, 2020 - Python
-
Updated
Jan 28, 2020 - Python
-
Updated
Nov 6, 2017 - Lua
-
Updated
Nov 22, 2019 - Python
-
Updated
Jun 8, 2020 - Python
-
Updated
Jan 21, 2019 - Jupyter Notebook
-
Updated
Aug 28, 2019 - Python
-
Updated
Nov 22, 2019 - Jupyter Notebook
-
Updated
Apr 16, 2019 - Python
Hi
the train function returns two variables losses and samples. These two variables are never declared before. The article and documentation also don't explain these variables enough so I could fix it. Could you tell me how they should be declared and used?
-
Updated
Dec 21, 2017 - Jupyter Notebook
-
Updated
Aug 9, 2017 - Python
-
Updated
May 6, 2017 - Python
-
Updated
Jul 24, 2019 - Jupyter Notebook
Improve this page
Add a description, image, and links to the dcgan topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dcgan topic, visit your repo's landing page and select "manage topics."
I want see the values while training, tf.log(predict_real + EPS) and tf.log(1 - predict_fake + EPS).
so, i'm add the code(#add code) in the main.