harskish / ganspace

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

Save direction error #50

Open israrbacha opened 3 years ago

israrbacha commented 3 years ago

I got the following error could you please add an example direction i.e. "open_mouth" it may be easy to edit for further exploration.

AssertionError Traceback (most recent call last)

in () 3 direction_name = 'raise_eyebrows' 4 num_samples = 5 ----> 5 assert direction_name in named_directions, f'"{direction_name}" not found, please save it first using the cell above.' 6 7 loc = named_directions[direction_name][0] AssertionError: "raise_eyebrows" not found, please save it first using the cell above.