-
I'm trying to convert stylegan2-ada pytorch version into genforce format. The ones that are not conditional are converted without any error but when there is a conditional model, i get this error ``` …
-
Hi, thank you so much for making easy repo for styleGAN2.
I have a problem with using this code.
`stylegan2_pytorch -- DCGAN/Knee_GAN/processed/2/test/
`
When I tried to use the above code, i…
-
Hi, congrats on this code! I'm training a model with 768x1280 dataset with this command:
`nohup python run_training.py --num-gpus=1 --data-dir=./dataset --config=config-f --dataset=stainedglass1 --…
-
I'm trying to apply deepspeed stage 2 to stylegan2 but I get this error.
Here's my config:
```json
{
"train_batch_size" : 4,
"optimizer": {
"type": "Adam",
"params": {
"l…
ghost updated
10 months ago
-
When I run "python train_stylegan2.py configs/gan/stylegan2/c10_style64.gin vitgan --mode=aug_both --aug=diffaug --lbd_r1=0.1 --no_lazy --halflife_k=1000 --penalty=bcr --use_warmup --use_nerf_proj", i…
-
I trained a few-shot-gan model with default parameters (trained to 30 kimg). After that I decided this needs more training so changed the `resume-pkl` to my latest few-shot-gan model snapshot and set …
-
When I run the train.py, it reports the ImportError of *_plugin. I had found the 'build.ninja' generated in the 'bias_act_plugin' and 'upfirdn2d_plugin' files but no 'bias_act.o', 'bias_act.cuda.o' a…
-
## Describe the bug
I'm working on a jittor version of StyleGAN2. In training, the maximum batch size on a single GPU I can use is 16. However, when I try to use multiple GPUs, a memory error occurs …
-
I kept running into the error below using the basic example script.
```
Traceback (most recent call last):
File "d:\Python\LSD\first.py", line 1, in
from lucidsonicdreams import LucidSoni…
-
Not sure what exactly this means, all the requirements installed correctly.
```
python gradio_app.py
No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\…