-
I am training a PGAN model on a dataset, and at scale 0 (4x4) everything was working as expected. At scale 1 (8x8), there seems to be something odd with the model training where it was not displaying …
-
loss_D_real = criterion_GAN(pred_real, torch.ones_like(pred_real));i think this should be loss_D_real = criterion_GAN(pred_real, torch.zeros_like(pred_real))
-
Hi, I tried running my code like your example, and I got this error
```
File "artGAN512_impre_v8.py", line 286, in main
mp.spawn(train, nprocs=args.gpus, args=(args,))
File "/home/ubuntu/anacon…
-
Tiles are represented by integers between 0 and 9. How do you back-propagate from the GAN discriminator to the generator? I wonder.
-
it is hard to understand the variable names in the dcgan example
would it be possible to add more clear names and descriptions?
this way we could more easily fiddle with this and it would be mor…
-
Is it possible to develop a Generative Adversial Network with caffe2?
I'm struggling a bit on how to give the gradient of the discriminator to the generator.
Is there any minimal example?
Thank…
-
(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 …
-
Updated (October 23)
- 14K github models (72%) (https://github.com/jansel/pytorch-jit-paritybench)
- [x] #111691
- [ ] #111693
- [ ] 153 errors like: AssertionError: Failed to produce a gr…
-
I'm trying to use this code as a starting point for building GANs from my own image data-- 512x512 grayscale images. If I change any of the default arguments (e.g. `--imageSize 512`) I get the followi…
-
Ogawa さま
プログラムを回して動作確認をしましたところ、以下のエラーがでます。
また、本件については、本家pytorchの方にも質問も上がっており、本質的な問題と思います。
よろしくお願いいたします。
「nn.BCEWithLogitsLoss() can’t accept one-hot target」
https://discuss.pytorch.org/t/nn-b…