ehsanhaghighat / sciann

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

values not updating after every epoch #90

Closed adxtop1 closed 1 year ago

adxtop1 commented 1 year ago

Is there any way i could update the values of parameter more frequently in INVERSE PROBLEM of PINN? For my problem, for every 1k epoch i can see only 6 values of Lambda over the history. I want the value of Lambda of after each epoch.

ehsanhaghighat commented 1 year ago

do you mean frequency of adaptive weights? you can use (e.g.):

{‘method’: ‘GP’, ‘freq’: 5}

On May 16, 2023, at 9:59 PM, Amandeep @.***> wrote:

Is there any way i could update the values of parameter more frequently in INVERSE PROBLEM of PINN? For my problem, for every 1k epoch i can see only 6 values of Lambda over the history. I want the value of Lambda of after each epoch.

— Reply to this email directly, view it on GitHub https://github.com/sciann/sciann/issues/90, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHMBIZZNSNVPUD4ODYC3BP3XGRLLVANCNFSM6AAAAAAYEREB6I. You are receiving this because you are subscribed to this thread.

adxtop1 commented 1 year ago

Yess frequency