HyperInverter icon indicating copy to clipboard operation
HyperInverter copied to clipboard

ModuleNotFoundError: No module named 'dnnlib.tflib'

Open dinusha94 opened this issue 9 months ago • 3 comments

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'

dinusha94 avatar May 13 '24 09:05 dinusha94