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!
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!