-
**I created an custom dataset with one class and passing it to this gan.. it gives this error**
in gan_images
labels_to_names None
labels Tensor("inputs/one_hot:0", shape=(6, 1), dtype=float32, dev…
-
I would like to have the following inside the pytorch tutorials:
1. Multiple examples of possible boilerplate code using Jupyter.
2. Snippet of source code implement the function (if available) fo…
-
- [ ] MNIST Convnets
- [ ] Word level Language Modeling using LSTM RNNs
- [ ] Residual Networks
- [ ] Generative Adversarial Networks (DCGAN)
- [ ] Variational Auto-Encoders
Reference: https:…
-
to foster community involvement - some richer sample code beyond MNIST should be tackled.
Generative Adversarial Networks is a hot topic amongst ML - and some sample code using swift should help enco…
-
Hi, when I use your code by your README, I find that the model training is fintuning on your well-trained model. When I choose not to fintuning , and want to retrain the data VOC2012. Some wrongs wit…
-
I am implementing dcgan with pytorch to generate mnist digits, but I am getting the following error:
```
` Training Begins
----------------------------------------------------------------------…
-
Hi, I'm trying to train EDSR_baseline_x4 with WGAN-GP, but I don't know how to do it. I want to ask the following questions:
1. In the discriminator, should batch normalization be removed? (I see tha…
-
when i run the demo using the pretrained model ,errors happened ,the log says the graph do not include d_bn1/moving_variance,i check the graph by using "print graph.get_operations()",and do not find d…
pobei updated
6 years ago
-
I'm trying to use a custom dataset. I tried with square images as well as with rectangles (with the `--crop` flag). Using `--input_height=60 --output_height=60` doesn't help either.
For example wit…
-
hello, how can i achieve same results on your official website? The current training results are not continuous in time. Can you help me? what should I do? Looking forward to your reply. thx