ehsanhaghighat / sciann

Deep learning for Engineers - Physics Informed Deep Learning
htttp://sciann.com
Other
323 stars 115 forks source link

Predicting the values of output Psi and P #70

Open xiaojun-mbed opened 1 year ago

xiaojun-mbed commented 1 year ago

Dear Prof. I set c4 = Psi*0.0 when I try to run SciANN-NavierStokes.ipynb, how do I output the value of Psi when I am predicting.

ehsanhaghighat commented 1 year ago

Pai.eval(sci_model, input_data)On Nov 15, 2022, at 5:14 PM, xiaojun-mbed @.**> wrote: I set c4 = Psi0.0 when I try to run SciANN-NavierStokes.ipynb, how do I output the value of Psi when I am predicting.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

xiaojun-mbed commented 1 year ago

Pai.eval(sci_model, input_data)On Nov 15, 2022, at 5:14 PM, xiaojun-mbed @.> wrote: I set c4 = Psi0.0 when I try to run SciANN-NavierStokes.ipynb, how do I output the value of Psi when I am predicting. —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: **@.***>

Thank you very much for your reply, it has solved my problem