Open liangyuandg opened 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.
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?