Open dinusha94 opened 6 months ago
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
have you solved yet?
solved, put folder "dnnlib" from stylegan2 to present path
Hi, I am getting the following error when try to run the inference script, I did complete all the installation steps without an error