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
Loading networks from "network-snapshot-000419.pkl"...
Traceback (most recent call last):
File "generate.py", line 814, in <module>
main()
File "generate.py", line 809, in main
func(**kwargs)
File "generate.py", line 69, in generate_images
_G, _D, Gs = pickle.load(fp)
File "/content/drive/MyDrive/colab-sg2-ada/stylegan2-ada/dnnlib/tflib/network.py", line 443, in __setstate__
self._init_fields(name=name, static_kwargs=static_kwargs, build_func=build_func, build_func_name=build_func_name, build_module_src=build_module_src)
File "/content/drive/MyDrive/colab-sg2-ada/stylegan2-ada/dnnlib/tflib/network.py", line 93, in _init_fields
device = tf.no_op(name="_QueryDevice").device
AttributeError: 'NoneType' object has no attribute 'device'
I think that's because of tensorflow's version. how can I debbug this ?
thanks
The text was updated successfully, but these errors were encountered:
Hi
I think that's because of tensorflow's version. how can I debbug this ?
thanks
The text was updated successfully, but these errors were encountered: