Open justinpinkney opened 3 years ago
I believe they're interchangable.
I was curious about this. Is it possible to use stylegan2 networks with stylegan2-ada? I'm guessing pkl files are pretty tricky to convert because they are completely entangled with implementation details.
Is it possible to use something like ONNX as an intermediate format?
StyleGAN2 -> StyleGAN2 ADA is fine I believe, but not the other way round. Like you say pkl is just a bad format for saving these things. Converting to a pytorch state_dict for use with rosinality/stylegan2-pytorch is a much more interchangeable format.
I was curious about this. Is it possible to use stylegan2 networks with stylegan2-ada? I'm guessing pkl files are pretty tricky to convert because they are completely entangled with implementation details.
Is it possible to use something like ONNX as an intermediate format?