SHI-Labs / StyleNAT

New flexible and efficient image generation framework that sets new SOTA on FFHQ-256 with FID 2.05, 2022
MIT License
99 stars 11 forks source link

Fix NATTEN signature mismatch #9

Closed alihassanijr closed 1 year ago

alihassanijr commented 1 year ago

NATTEN functions take in kernel size as well as dilation since 0.14.6. The change in signature breaks Hydra-NA, which calls those functions directly instead of using the nn.Module.

This fixes #8 .

Refs:

Same change in other repositories using NATTEN: