Cartoon-StyleGAN icon indicating copy to clipboard operation
Cartoon-StyleGAN copied to clipboard

Colab Inference: shared object file "fused.so" cannot be found

Open MaithaAlmushtaghil opened this issue 2 months ago • 0 comments

Hi, I am trying to run the colab inference code and when reaching the "Generate Images using Pretrained model" part, with running "from model import Generator", I get the error:

ImportError: /root/.cache/torch_extensions/py310_cu121/fused/fused.so: cannot open shared object file: No such file or directory

I would assume it is a permission issue, and how to solve it. Thank you in advance.

MaithaAlmushtaghil avatar Jun 07 '24 15:06 MaithaAlmushtaghil