Unofficial implementation of Alias-Free Generative Adversarial Networks. (https://arxiv.org/abs/2106.12423) in PyTorch
翻译 - 无别名生成对抗网络的非官方实现。 (https://arxiv.org/abs/2106.12423) 在 PyTorch
Simple torch.nn.module implementation of Alias-Free-GAN style filter and resample
#计算机科学#Unofficial Alias-Free GAN implementation. Based on rosinality's version with expanded training and inference options.