We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
When I run deeponet_pde.py, I get an error message that
AttributeError: module 'config' has no attribute 'processes'
It is because in spaces.py, eval_u function has this line
p = ProcessPool(nodes=config.processes)
In this case, how should I modify the code?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
It has, see
deeponet/src/config.py
Line 1 in 8d62345
Sorry, something went wrong.
No branches or pull requests
Hi there,
When I run deeponet_pde.py, I get an error message that
AttributeError: module 'config' has no attribute 'processes'
It is because in spaces.py, eval_u function has this line
p = ProcessPool(nodes=config.processes)
In this case, how should I modify the code?
Thanks in advance!
The text was updated successfully, but these errors were encountered: