pescap

Results 26 comments of pescap

Hi! I have been exploring this issue. For all these adaptive weighting techniques, we want to be able to update `loss_weights` during training with a callback, without having to compile...

- I'll start with a simple loss balancing algorithm (softadapt). - Softadapt measures the ratio of the loss value at each iteration to its value at the previous iteration, making...

> Really looking forward to this implementation! Working on this in #1586

> * I have experience with this type of work from my project, where I implemented my own PINN library in TensorFlow 2.0. > * If you're interested in implementing...

> > > * I have experience with this type of work from my project, where I implemented my own PINN library in TensorFlow 2.0. > > > * If...

@haison19952013, do you plan to keep working on this PR? If not, I will continue the work.