harskish / ganspace

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

ModuleNotFoundError: No module named 'model' #30

Closed chengkeng closed 3 years ago

chengkeng commented 3 years ago

Traceback (most recent call last): File "interactive.py", line 22, in from models import get_instrumented_model File "C:\Users\Creator\Downloads\ganspace-master\ganspace-master\models__init.py", line 11, in from .wrappers import * File "C:\Users\Creator\Downloads\ganspace-master\ganspace-master\models\wrappers.py", line 23, in from . import stylegan2 File "C:\Users\Creator\Downloads\ganspace-master\ganspace-master\models\stylegan2\init__.py", line 14, in from model import Generator ModuleNotFoundError: No module named 'model'

Does my installation fail on windows?

chengkeng commented 3 years ago

May be due to the need to copy All files of stylegan2-pytorch to ./models/stylegan2