-
In [1]: from model import DCGAN
Traceback (most recent call last):
File "/home/marcinic/miniconda3/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2910, in run_code
exec…
-
[*] Reading checkpoints...
======
An existing model was found in the checkpoint directory.
If you just cloned this repository, it's a model for faces
trained on the CelebA dataset for 20 epoc…
-
@rajathkmp Could you please tell why did you compiled Generator model in line 85
`generator.compile(loss='binary_crossentropy', optimizer=adam, metrics=['accuracy'])`
As while training we require …
-
Thanks for the project.
I wonder if the model will collapse just like DCGAN?
-
I am trying to build a simple CNN model using libtorch, I am following the tutorial : https://github.com/pytorch/examples/tree/master/cpp/dcgan
**I got this error :**
hazim@hazim-virtual-machine:~/D…
-
`Traceback (most recent call last):
File "main.py", line 112, in
netG = dcgan.DCGAN_G(opt.imageSize, nz, nc, ngf, ngpu, n_extra_layers)
File "/home/mali/WassersteinGAN-master/models/dcgan.…
IlSLY updated
5 years ago
-
I run into an issue when trying to run your code:
`Traceback (most recent call last):
File "train.py", line 3, in
import model
File "/home/jarvis/GoogleDrive/UIUC_Grad/coursework/CS_598…
-
Are you sure you make a right training of you model? In my view, the loss jitters to much.
Can you spend a little time to fix it?
-
## 🐛 Bug
I tried to statically link pytorch but it does not work.
## To Reproduce
I build pytorch the following way:
```sh
BUILD_ARGS=()
BUILD_ARGS+=("-DBUILD_SHARED_LIBS=OFF")
BUILD_AR…
-
How to do a quick test of logo generation with your Pretrained Models?
Different command lines of DCGAN and WGAN.... Thank you.