79315644

Date: 2024-12-29 13:14:28
Score: 2
Natty:
Report link

Have you considered multiplying the PDE loss by a constant factor? For example, I tried this approach in one of my projects:

model.compile("adam", lr=0.003,loss_weights=[1, 100])

The second loss term here is multiplied by a factor of 100 (in my case, this term is associated with observations). This adjustment significantly improved performance.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: saluisto