-
https://github.com/eriklindernoren/PyTorch-GAN/blob/36d3c77e5ff20ebe0aeefd322326a134a279b93e/implementations/dcgan/dcgan.py#L91
the right code should be as following ?
`ds_size = opt.img_size // (2 …
-
-
information is as follows:
PS F:\tf\GAN_for_ReID\DCGAN-tensorflow-master> python main.py --data_set duke_train --train --input_height 128 --output_
height 128 --options 1
{'batch_size': 64,
'beta…
-
Hi
I had the issue with 'with_bias' which was resolved using #669. Now it seems there is an issue with 'transposed':
`.../pytorch/examples/cpp/dcgan/dcgan.cpp:48:23: error: ‘struct torch::nn::C…
-
Trying to get into Flux.jl, I found [this](https://fluxml.ai/tutorials/2021/10/08/dcgan-mnist.html) tutorial about using DCGANs with MNIST. After going through the tutorial and transferring all the co…
-
currently the light weight version models are not supported
RuntimeError: Error(s) in loading state_dict for ZouFCNFusion:
Missing key(s) in state_dict: "huangnet.fc4.weight", "huangnet.fc4.bias", …
ghost updated
3 years ago
-
Hey! I try to generate conditional celebA faces using DCGAN. Currently this is my implementation:
https://github.com/hpobaschnig/CDCGAN
Currently my network collapses instantly:
![test_arange_0]…
-
python=3.6.2
torch=1.2.0
nvidia 2080ti 11G
cuda=10.0
cudnn=7..6.4.38
python demo_prog.py --img_path ./test_images/apple.jpg --canvas_color 'white' --max_m_strokes 500 --max_divide 5 --renderer oi…
-
In lines 67-70:
```
if train_iter == 5000:
print "Switching to user-specified optimizer"
optimizer_dict = {"disc": dcgan.d_optims_adam,
…
-
Hi, I am reading the chapter 4 of this book and there seem to be some problem.
The code written in this book is from Keras but when I do the code I prefer to use tf.keras which should not be differen…