NVlabs / stylegan3

Official PyTorch implementation of StyleGAN3
Other
6.38k stars 1.12k forks source link

About quantization of StyleGAN3 model #204

Open Litchilitchy opened 1 year ago

Litchilitchy commented 1 year ago

Hi I am trying to quantize StyleGAN3 model and I found almost all the layers are custom layers thus could not be quantized directly.

I have a few questions about quantization