When I run the convert_model code, the dnnlib package is missing. After I install dnnlib-0.0.1, the dnnlib.tflib.ops package is missing. Where can I find the new version of dnnlib?
Error encountered:
File "/data/zxc/Hammer-main/converters/stylegan2_converter.py", line 59, in load_source
G, D, Gs = pickle.load(f)
File "/home/shenxj/miniconda3/envs/resefa/lib/python3.7/site-packages/dnnlib/tflib/network.py", line 291, in setstate
exec(self._build_module_src, module.dict) # pylint: disable=exec-used
File "", line 13, in
ModuleNotFoundError: No module named 'dnnlib.tflib.ops'
When I run the convert_model code, the dnnlib package is missing. After I install dnnlib-0.0.1, the dnnlib.tflib.ops package is missing. Where can I find the new version of dnnlib? Error encountered: File "/data/zxc/Hammer-main/converters/stylegan2_converter.py", line 59, in load_source G, D, Gs = pickle.load(f) File "/home/shenxj/miniconda3/envs/resefa/lib/python3.7/site-packages/dnnlib/tflib/network.py", line 291, in setstate exec(self._build_module_src, module.dict) # pylint: disable=exec-used File "", line 13, in
ModuleNotFoundError: No module named 'dnnlib.tflib.ops'