You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occurs when I run step1. The details are:
File "/***/stylegan2/stylegan2encoder-master/encoder/generator_model.py", line 33, in init
self.dlatent_variable = next(v for v in tf.global_variables() if 'learnable_dlatents' in v.name)
StopIteration
I think there is no variable named 'learnable_dlatents'. Could you tell me how to fix it?
The text was updated successfully, but these errors were encountered:
An error occurs when I run step1. The details are:
File "/***/stylegan2/stylegan2encoder-master/encoder/generator_model.py", line 33, in init
self.dlatent_variable = next(v for v in tf.global_variables() if 'learnable_dlatents' in v.name)
StopIteration
I think there is no variable named 'learnable_dlatents'. Could you tell me how to fix it?
The text was updated successfully, but these errors were encountered: