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
Hi, I am getting the following error when try to run the inference script, I did complete all the installation steps without an error
Traceback (most recent call last):
File "scripts/inference.py", line 91, in <module>
run()
File "scripts/inference.py", line 34, in run
net = HyperInverter(opts)
File "./models/hyper_inverter.py", line 58, in __init__
self.load_weights()
File "./models/hyper_inverter.py", line 99, in load_weights
ckpt = pickle.load(f)
ModuleNotFoundError: No module named 'dnnlib.tflib'
The text was updated successfully, but these errors were encountered:
This issue is fixed whith dnnlib installation, now I get following error
Traceback (most recent call last):
File "scripts/inference.py", line 95, in <module>
run()
File "scripts/inference.py", line 38, in run
net = HyperInverter(opts)
File "./models/hyper_inverter.py", line 58, in __init__
self.load_weights()
File "./models/hyper_inverter.py", line 100, in load_weights
ckpt = pickle.load(f)
File "/home/usr_9110799_ulta_com/miniconda3/envs/stylegan2/lib/python3.7/site-packages/dnnlib/tflib/network.py", line 279, in __setstate__
assert state["version"] in [2, 3]
AssertionError
Hi, I am getting the following error when try to run the inference script, I did complete all the installation steps without an error
The text was updated successfully, but these errors were encountered: