lululxvi / deepxde

A library for scientific machine learning and physics-informed learning
https://deepxde.readthedocs.io
GNU Lesser General Public License v2.1
2.6k stars 734 forks source link

How to implement learning rate anealing? #1587

Open AJAXJR24 opened 9 months ago

AJAXJR24 commented 9 months ago

Dear @lululxvi Hi and thanks for your help. 1) I want to know How can i implement the underlying LRA algorithm in deepxde. 2) How to define the equation number 15?

lulu

haison19952013 commented 9 months ago
praksharma commented 9 months ago

No this is not implemented in DeepXDE and to be honest, LRA (learning rate annealing) isn't very effectively on many problems. Anyways it is implemented in NVIDIA Modulus. Personally, I would say that just stick to constant coefficients and use deeper networks. Here is one of my paper where solved PDEs with discontinuous solutions without any adaptive cofficients: paper