-
Hello!
First of all, nice work.
Secondly, this might be a bug in the original assignment but:
AFAIK logits are the scores after applying softmax.
For the Vanille GAN (the first one you impleme…
-
I test the wgan-gp in the celeba dataset.
But the quality of the generative images is worse than the original dcgan.
and i just change the below code in the basic of w-gan using dcgan generator and …
-
I've got this error when running this script on Amazon aws.
I just want to know if this error is related to the memory space on the aws or within my installation of the project? If this is possibl…
-
Hi, could you give me some insight on the differences between your code and the original implementation? In particular:
* The discriminator network has a more complex structure than the original one …
-
File "main.py", line 61, in
tf.app.run()
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 30, in run
sys.exit(main(sys.argv))
File "main.py", line 45…
-
First of all, thank you for your outstanding work.
But, I have some #problem
When I execute this command : python ./train-dcgan.py --dataset ../../data/yelu_dataset/dcgan-completion.tensorflow/alig…
-
I am facing the following problem problem when I run " python main.py --dataset duke_128 --train". Please advise regarding the issue.
"Instructions for updating:
Please switch to tf.summary.FileWr…
-
Recently I try to re-implement about the idea of this paper.
However, something I'm not fully understand.
The following lists the part of batch normalization:
```python
def batchnorm(self, botto…
-
Kindly upload pre-trained models weights of DCGAN-Tensorflow for MNIST fashion, DIGITS, SVHN and CIFAR-10. Thanks.
-
I am following the guide at http://bamos.github.io/2016/08/09/deep-completion/
When I run `./train-dcgan.py --dataset ./data/your-dataset/aligned --epoch 20`
I get an error (full printout below…