harskish / ganspace

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

named_directions is empty #24

Closed ahmetdadak closed 3 years ago

ahmetdadak commented 3 years ago

Hello Sir, I am trying to run your Ganspace_colab file. I encountered such an error that "KeyError: 'raise_eyebrows'". It raised because named_directions dictionary is empty I guess. Why could the reason be?

harskish commented 3 years ago

The named directions dict is empty by default, you need to save your own edits first using the cell above. Added a warning message in 0ea1051.