madagra / basic-pinn

Basic implementation of physics-informed neural networks for solving differential equations
MIT License
71 stars 28 forks source link

Can't plot burgers_equation and wave_equation PINN #2

Closed todowede closed 1 year ago

todowede commented 1 year ago

Hello @madagra, thanks so much for this code and your blog post on PINN. I'm having problem running the codes for burgers_equation_1d.py and wave_equation_1d.py. It trains completely but got stuck at "Plot". I was however able to run the logistic_equation_1d.py code and that plot ok.

DO you any reason for this. Thanks

madagra commented 1 year ago

Burgers and wave equation solutions have been removed after the upgrade to the functional API. They will be soon reintroduced in the code with plotting included. Stay tuned!