Unofficial implementation of Alias-Free Generative Adversarial Networks. (https://arxiv.org/abs/2106.12423) in 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.