Matt Trinkle
Matt Trinkle
I agree StyleGan2-ADA-PyTorch implementation should be added to wrappers.py and I have tried this and haven't had time to finish it. However, I believe rosinality's repo (https://github.com/rosinality/stylegan2-pytorch) is meant to...
Are you using a model from [Stylgan2-Ada](https://github.com/NVlabs/stylegan2-ada)? I have at some point got that error while using google colab, but the solution was nothing to do with colab.
What params and functions are you using? I was able to get my Stylegan2-ada model to work using the advice of https://github.com/harskish/ganspace/issues/21 Have you tried that?
Please try the advice suggested in https://github.com/harskish/ganspace/issues/21 `python /content/ganspace/models/stylegan2/stylegan2-pytorch/convert_weight.py --repo="path/to/the/stylegan2-ada/repo" "tensorflow_pkl"` Have you tried that?