-
https://github.com/wangkuiyi/gotorch/blob/f875d6332c0550787eea792e23ba83f0f777815c/example/dcgan/visualize_pickle.py#L39
What does the `range(64)` mean?
-
-
Hello, after I ran your code, the experiment didn't work well.
It was different from yours. Is there some details I didn't notice?
-
I had a python code which was fine with python2.7 and older pytorch versions. However, as I cloned the latest pytorch version today and installed that via `python3 setup.py install --user`, I now get …
-
Just going through your book. Great reading.
It is not clear to me how to read the graph for a DCGAN. I have implemented your code and the model is still learning. Can you tell me if this trend is go…
-
Hello, I would like to ask when I evaluate DCGAN and image restoration in the second and third steps. [*] Reading checkpoint... [!] Load Failed... seems to be loading the model failed, I want to ask…
-
Thanks for the code!
Are you able to provide a pre-trained model for either the celebA or svhn datasets?
-
By grepping the official DCGAN [example program](https://github.com/pytorch/examples/blob/master/dcgan/main.py), we see the following modules need to be ported before we can run DCGAN with GoTorch.
…
-
I'll update this issue as soon as I've found a way to reliably reproduce (haven't yet - occurs with the current state of `mnist-dcgan.R` though it seems)
```
+ cat(sprintf("Epoch %d - Loss D: %3…
-
Despite normalization to [0, 1], not all CT scans are normalized along the same distribution. This leads to inconsistent pixel intensity distributions on DCNN and DCGAN predictions. Examples are shown…