-
Hey I am not sure why, but you are trying to install dataset-tools a second time without --user and it is pointing to a wrong path: https://github.com/dvschultz/ai/blob/98ab8885d092ad3bbdc3f46bd90e91e…
-
I trained successfully with pretrained ffhq as example code.
However I tried to trained using other pretrained model as a source model for example **Anime portraits** from [https://github.com/justi…
-
Dear author, I get the error after run python visualizer_drag_gradio.py, thank for your help!
File under cache_dir (./checkpoints):
['stylegan2_elephants_512_pytorch.pkl', 'stylegan2-afhqcat-512x5…
-
Hi, can you please check the shared Google Drive link to include the AlbedoGAN modified weights? The file `stylegan2/training_logs/checkpoint/albedogan.pt` seems to be missing in the shared link. Than…
-
Hi, thanks for the repo!
Is StyleGAN2 code provided in this repo fully tested?
https://github.com/genforce/genforce/blob/master/models/stylegan2_generator.py
https://github.com/genforce/genforce/bl…
-
Hi, in the Nvidia Stylegan2-ada they have mentioned that they use vgg16 weights which are derived from the pre-trained LPIPS weights,
```
"vgg16_zhang_perceptual.pkl" is further derived from the p…
-
Fresh install. I'm getting this when I run `./scripts/gui.sh`:
```bash
./scripts/gui.sh: line 10: 36902 Segmentation fault: 11 python visualizer_drag.py checkpoints/stylegan2_lions_512_pytorch.pkl …
-
I noticed that when training with multiple GPUs, sometimes the spawned processes for some reason seem to occupy memory space on the first GPU, i.e. the memory usage is not distributed equally.
Belo…
-
### 🐛 Describe the bug
Converting GFPGANv1.pth original model to onnx gave me the following errors.
```
Traceback (most recent call last):
File "/home/batman/GFPGAN-Training-Models-To-Onnx/n…
-
The [implementation](https://github.com/labmlai/annotated_deep_learning_paper_implementations/tree/master/labml_nn/gan/stylegan) of StyleGAN2 does not learn a mapping for the latent vector `z`. The ve…