harskish / ganspace

Discovering Interpretable GAN Controls [NeurIPS 2020]
Apache License 2.0
1.78k stars 264 forks source link

ModuleNotFoundError: No module named 'model' #45

Closed gaurav19063 closed 3 years ago

gaurav19063 commented 3 years ago

I am running following Syntex to run in colab

Explore StyleGAN2 ffhq in W space

!python interactive.py --model=StyleGAN2 --class=ffhq --layer=style --use_w -n=1_000_000 -b=10_000

But I am getting model module not found error.

Traceback (most recent call last): File "interactive.py", line 22, in from models import get_instrumented_model File "/content/ganspace/models/init.py", line 11, in from .wrappers import * File "/content/ganspace/models/wrappers.py", line 23, in from . import stylegan2 File "/content/ganspace/models/stylegan2/init.py", line 14, in from model import Generator

ModuleNotFoundError: No module named 'model'

Any Suggested fix or any help?

gaurav19063 commented 3 years ago

Has been fixed in #10