orpatashnik / StyleCLIP

Official Implementation for "StyleCLIP: Text-Driven Manipulation of StyleGAN Imagery" (ICCV 2021 Oral)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when I use mapper in S space,one error happens

jweihe opened this issue · comments

if latent.shape[2] == 512: IndexError: tuple index out of range
I use python ../train.py --exp_dir ../../results/Trump --description "Trump" --work_in_stylespace

I got the same error. Could you please share how you tackle this error?