Open haison19952013 opened 9 months ago
Format the code via black https://github.com/psf/black
Format the code via black https://github.com/psf/black
Updated
@haison19952013, do you plan to keep working on this PR? If not, I will continue the work.
What?
tensorflow
callbacks
without the need to recompile the modelWhy?
deepxde
users can formulate their non-gradient-based adaptive loss weights schemeHow?
loss_weights
as instances for functions that work fortensorflow
backendcalback
to change theloss_weights
ManualDynamicLossWeight
: to change the loss weights based on the specified indexPrintLossWeight
: to display the loss weights based on the specified periodTesting?
deepxde\examples\pinn_inverse\elliptic_inverse_field_manual_dynamic_loss_weights.py
Future work