-
Notifications
You must be signed in to change notification settings - Fork 15
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
'PhysicsInformedNN' Error #1
Comments
Hi javadshamsicodes, Thanks for the feedback. However, the code runs well on my side. Can you please post your debug log or more details? |
Sorry for my late response.
|
Hi javadshamsicodes, Thanks for the reply. The "initialized_NN" is defined on Line 100. Please check it. I guess you might run the code without initializing the class PhysicsInformedNN. Actually, you can directly run the code in Pycharm, which will automate everything. |
Hi, there is an error with 'PhysicsInformedNN' in model = PhysicsInformedNN(x0, u0, x1, u1, layers, dt, lb, ub, q, splitIdx1, splitIdx2, splitIdx3, Params).
Because 'PhysicInformed' object has no attribute 'initialize_NN'.
The text was updated successfully, but these errors were encountered: