-
Hello
I copied and modified a code and started to play around with it. I created a model which uses some other models inside itself. This new model is called "discriminator_on_autoencoder".
It r…
-
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…
-
### System information
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: Yes
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Linux …
-
Default kernel weights initialization of convolution layer. I use the function conv2d, but I can't find the initial weights of the convolution kernel , or how initialize the weights of convolution ke…
-
I am working with a GAN-like model where I have a generator and a discriminator. Each of the models is a `Model` (using the new functional API). Both models work individually, but when I try to connec…
-
Hi,
After download this repo, and try the example, I get:
```
python main.py --test_image /home/jose/Desktop/o.jpg
...
Done Iteration number: 1056
Done Iteration number: 1057
Done Itera…
-
I am trying to run this part of the code, but I getting the following error:
I tensorflow/core/common_runtime/gpu/gpu_device.cc:975] Creating TensorFlow device (/gpu:0) -> (device: 0, name: GeForce G…
-
```
{'batch_size': 64,
'beta1': 0.5,
'checkpoint_dir': 'checkpoint',
'crop': False,
'dataset': 'faces',
'epoch': 25,
'input_fname_pattern': '*.jpg',
'input_height': 96,
'input_width':…
tusik updated
7 years ago
-
for the wgan-gp?
Thanks!
ypxie updated
7 years ago
-
Something is wrong when running ./pix2pix/src/model/ function DCGAN
`DCGAN_output = discriminator_model(list_gen_patch)`
```
Traceback (most recent call last):
File "", line 2, in
patch_…