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
Getting this when trying to learn new vectors and running python encode_images.py aligned_images/ generated_images/ latent_representations/:
File "/content/stylegan-encoder/encode_images.py", line 73
img.save(os.path.join(args.generated_images_dir, f'{img_name}.png'), 'PNG')
I have read that f'{} requires python3, but I cannot run python3 without tensorflow 2.x, while this model requires Tensorflow 1.14. I am not sure how to get past this.
Can anyone please help me? Thank you!
The text was updated successfully, but these errors were encountered:
@dagdelenmustafa I'm the same person who you helped with the previous error which had to do with tensorflow. I suspect this issue has something to do with that as well. I don't mean to call you out but I was wondering if you encountered this as well. Thank you so much!
Getting this when trying to learn new vectors and running python encode_images.py aligned_images/ generated_images/ latent_representations/:
File "/content/stylegan-encoder/encode_images.py", line 73
img.save(os.path.join(args.generated_images_dir, f'{img_name}.png'), 'PNG')
I have read that f'{} requires python3, but I cannot run python3 without tensorflow 2.x, while this model requires Tensorflow 1.14. I am not sure how to get past this.
Can anyone please help me? Thank you!
The text was updated successfully, but these errors were encountered: