Open tirtho109 opened 7 months ago
https://github.com/sciann/sciann/blob/e3615412c149dbf3152433c09cdd741be2b04f62/sciann/models/model.py#L139
Here, all loss_weights for individual loss term are set to 1.0 by default. How can I set custom weights to loss terms of SciModel object before training.
loss_weights
1.0
SciModel
Any short example would help. Thank you!
https://github.com/sciann/sciann/blob/e3615412c149dbf3152433c09cdd741be2b04f62/sciann/models/model.py#L139
Here, all
loss_weights
for individual loss term are set to1.0
by default. How can I set custom weights to loss terms ofSciModel
object before training.Any short example would help. Thank you!