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
In the second and third train.py, I get the following error:
AttributeError: 'Namespace' object has no attribute 'load_baseg'
This error is in: File "/content/crfill/util/util.py", line 222, in load_network if opt.load_baseg:
I met the same error. May I ask how did you solve it?
AttributeError: 'Namespace' object has no attribute 'load_baseg'
The problem doesn't seem to affect training.
In the second and third train.py, I get the following error:
AttributeError: 'Namespace' object has no attribute 'load_baseg'
This error is in:
File "/content/crfill/util/util.py", line 222, in load_network
if opt.load_baseg:
The text was updated successfully, but these errors were encountered: