Open johndpope opened 4 months ago
the paper says they use stylegan architecture
that means refactoring to this (unofficial version) https://raw.githubusercontent.com/tomguluson92/StyleGAN_PyTorch/4fd0711f560b9b080fca3df2448822835226ba02/networks_stylegan.py
or upgrade to stylegan2-ada (official) https://github.com/NVlabs/stylegan2-ada-pytorch/blob/main/training/networks.py
i have a new stylegan2 architecture here https://github.com/johndpope/IMF maybe i can circle back to redo this one.
the paper says they use stylegan architecture
that means refactoring to this (unofficial version) https://raw.githubusercontent.com/tomguluson92/StyleGAN_PyTorch/4fd0711f560b9b080fca3df2448822835226ba02/networks_stylegan.py
or upgrade to stylegan2-ada (official) https://github.com/NVlabs/stylegan2-ada-pytorch/blob/main/training/networks.py