Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training Error #14

Open
AhmedHashish123 opened this issue Nov 21, 2021 · 2 comments
Open

Training Error #14

AhmedHashish123 opened this issue Nov 21, 2021 · 2 comments

Comments

@AhmedHashish123
Copy link

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:

@Bazinga-ai
Copy link

Bazinga-ai commented Jan 25, 2022

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?

@Geeker9
Copy link

Geeker9 commented Apr 9, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants