-
(Just a GAN implementation, no InfoGAN).
I'd like to show the specific differences in training for the two losses described in the original GAN paper.
A good Colab would include an abundance of …
-
I have some doubts about GAN.
D and G are alternately trained during the training.
How to evaluate that the D can make a correct judgment?Thank you!
-
I am getting the following error when trying to train the model using the celebA dataset. Load fails to find a checkpoint, which makes sense since there are no checkpoints. Then the following error oc…
-
Hey @hwalsuklee,
Thanks for sharing your code which helps me a lot. I have a question about the linear function in ops.py
I would be appreciated if you can explain what you are doing in the this…
-
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 20.04
- TensorFlow.js converter installed with pip in a conda env
- TensorFlow.js version:
*In Python 3.…
-
As discussed here (https://github.com/carpedm20/DCGAN-tensorflow/issues/132) the discriminator requires y to be concat to both input and h0 layer.
If one was to use a trained discriminator to gener…
-
I wanted to test tensorflow model of DCGAN. First, I downloaded the mnist dataset and extracted all of them and I put the extracted files in the "data" folder. So the data directory is like this:
{d…
-
Hello, I study Face Recognition and I'm interested in your paper.
First of all, Thank you for sharing your code. I want to train your model with my own dataset. I find your answer about same questi…
-
-
(py35) weipan@TUD278688:~/GibsonEnv$ python examples/demo/play_ant_camera.py
pybullet build time: May 29 2019 16:43:55
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribut…