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
Traceback (most recent call last):
File "play_with_dlatent.py", line 87, in
main()
File "play_with_dlatent.py", line 44, in main
generator = Generator(Gs_network, batch_size=1, randomize_noise=False)
File "E:\stylegan2\stylegan2_application\humanfacegenerators\util\generator_model.py", line 52, in init
self.dlatent_variable = next(v for v in tf.global_variables() if 'learnable_dlatents' in v.name)
StopIteration
The text was updated successfully, but these errors were encountered:
nuckykk
changed the title
network.py ssertionError
network.py AssertionError
Apr 26, 2020
nuckykk
changed the title
network.py AssertionError
play_with_dlatent.py StopIteration
Apr 26, 2020
大神 求帮助
Traceback (most recent call last):
File "play_with_dlatent.py", line 87, in
main()
File "play_with_dlatent.py", line 44, in main
generator = Generator(Gs_network, batch_size=1, randomize_noise=False)
File "E:\stylegan2\stylegan2_application\humanfacegenerators\util\generator_model.py", line 52, in init
self.dlatent_variable = next(v for v in tf.global_variables() if 'learnable_dlatents' in v.name)
StopIteration
The text was updated successfully, but these errors were encountered: