alias-free-gan-pytorch
alias-free-gan-pytorch copied to clipboard
Unofficial implementation of Alias-Free Generative Adversarial Networks. (https://arxiv.org/abs/2106.12423) in PyTorch
There is a check that doesn't allow to use `conv2d_gradfix` with PyTorch 1.9.0 (or later): https://github.com/rosinality/alias-free-gan-pytorch/blob/0e9512888128da58e2bc5945384e2212cab38ff5/stylegan2/op/conv2d_gradfix.py#L85 Is there really some specific functionality that only PyTorch 1.7 and 1.8 have, or...
[README.md](https://github.com/rosinality/alias-free-gan-pytorch#alias-free-gan-pytorch) says "This implementation contains a lot of my guesses, so I think there are many differences to the official implementations". Is this sentence still accurate?
Traceback (most recent call last): File "train.py", line 404, in conf = load_arg_config(GANConfig) File "/home/user/anaconda3/envs/pytorch/lib/python3.8/site-packages/tensorfn/util/config.py", line 269, in load_arg_config conf = load_config(config_model, args.conf, args.opts, show) File "/home/user/anaconda3/envs/pytorch/lib/python3.8/site-packages/tensorfn/util/config.py", line 257, in...
After reflecting from the official pytorch code, this project doesn't work in config-r.jsonnet setting. For detail, an error occurs when kernel_size is 1. I found a bug in padding size,...
train is too slow
I´ve been trying to run the repo via colab. Everything goes fine until running the train script, then the error below is thrown. Has the repo been recently updated or...
Thanks for this repo, it's great! To get it working in colab, I copied the bare minimum out from the docker file: !pip install jsonnet !apt install -y -q ninja-build...
Hi, thanks for the work. I have a question regarding the input fourier features. I think you might have included the margin into the target canvas (-0.5~0.5) ? That makes...
I have been experimenting with how to add a couple of extra values for scaling the Fourier features. I still think my implementation is wrong because what should look like...
discard unusable images using a try..catch and subsequent length checking