Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TensorFlow pickle version too low #31

Open
tracycam opened this issue Aug 10, 2021 · 1 comment
Open

TensorFlow pickle version too low #31

tracycam opened this issue Aug 10, 2021 · 1 comment

Comments

@tracycam
Copy link

E:\aimv2\venv\Scripts\python.exe E:/aimv2/main.py
Preparing style...
Loading networks from abstract_photo.pkl...
Traceback (most recent call last):
File "E:\aimv2\main.py", line 7, in
L.hallucinate(file_name = 'E:\FFOutput\qby90.mp4')
File "E:\aimv2\lucidsonicdreams\main.py", line 708, in hallucinate
self.stylegan_init()
File "E:\aimv2\lucidsonicdreams\main.py", line 179, in stylegan_init
self.Gs = self.legacy.load_network_pkl(f)['G_ema'].to(device) # type: ignore
File "E:\aimv2\stylegan2\legacy.py", line 26, in load_network_pkl
G = convert_tf_generator(tf_G)
File "E:\aimv2\stylegan2\legacy.py", line 111, in convert_tf_generator
raise ValueError('TensorFlow pickle version too low')
ValueError: TensorFlow pickle version too low

Why???

@bartman081523
Copy link

I had this error when I plugged in a stylegan2 config model trained with stylegan3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants