TalkUHulk / realworld-stylegan2-encoder

Various applications based on Stylegan2 Style mixing that can be inference on cpu.
MIT License
126 stars 26 forks source link

Convert stylegan2 to onnx #2

Open liangyuandg opened 2 years ago

liangyuandg commented 2 years ago

I tried to convert rosinality's stylegan2 to onnx but failed. There was unsupported operations. But it seems your implementation of stylegan can be sucessfully converted. What did you do to make this happen?

TalkUHulk commented 2 years ago

I tried to convert rosinality's stylegan2 to onnx but failed. There was unsupported operations. But it seems your implementation of stylegan can be sucessfully converted. What did you do to make this happen?

Replace the operations which not unsupported to supported function.