Home

Awesome

Alias-Free-Torch

Simple torch module implementation of Alias-Free GAN.

This repository including

Note: Since this repository is unofficial, filter and upsample could be different with official implementation.

Still working! If you notice some error or typo, please open new issue!

v0.0.6 is TESTED

UPDATE: You can download alias-free-torch from pip

python -m pip install alias-free-torch

Requirements

Due to torch.kaiser_window and torch.i0 are implemeted after 1.7.0, our repository need torch>=1.7.0.

For custom torch users, pip will not check torch version.

TODO

Test results 1d

Filter sineFilter noise
filtersinfilternoise
upsampledownsample
up2down10
up256down100

Test results 2d

Filter L1 norm sineFilter noise
filter2dsinfilter2dnoise
upsampledownsample
up2d2downsample2d2
up2d8downsample2d4

References

Acknowledgement

This work is done at MINDsLab Inc.

Thanks to teammates at MINDsLab Inc.