-
After reading #99, #45, and #116, I'm still unclear on what is expected in the generator_loss_GAN graph.
It seems that @julien2512 has written that we expect generator_loss_GAN decrease.
Howe…
-
Hello, I tried to load the pretrained checkpoints and faced a prblem of weights mismatch, code:
```
import os, torch
from collections import OrderedDict
import data
# change config file for a…
-
Hi, I can get good results with cyclegan in 'lsgan' mode on horse2zebra dataset, but when I change the gan mode to 'wgangp' and follow your codes:
self.loss_gp, gradients = cal_gradient_penalty()...
…
-
Hello. I am training CycleGAN with 2D data but the range is not from 0 to 255 like in image data. I saw in the code, the data is normalized by (data-127.5)/127.5 to be in between -1 and 1. The output …
-
I'm new to a lot of this stuff so any help would be great and I appreciate anyone's time who can help.
Consul output:
Traceback (most recent call last):
File "C:\StableDiffusion\stable-dif…
-
I use the newest code, all default options and pick 3k+ cartoon pictures from https://animationscreencaps.com/spirited-away-2001, but just can not reproduce the same results as paper, even when I remo…
-
(next 2 comments are for max-autotune, warm start run)
AMP RUN
~~~
+------------------------+------------+-------------+-------------+
| Compiler | torchbench | huggingface | tim…
-
Error during installation. Tested on a x86 and aarch64 (Jetson TX2) machine.
```
nvidia@jetson-dev:~/code/tf_trt_models (master)$ ./install.sh python3
python3
Downloading protoc
~/code/tf_trt_m…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
When I try to generate high resolution images, I am getti…
-
runfile('/media/meng/C disk/mjh/gan/end to end /code/adversarial_retinal_synthesis-master/train.py', wdir='/media/meng/C disk/mjh/gan/end to end /code/adversarial_retinal_synthesis-master')
Reloaded …