You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For code in shading_controlnet_trainer.py,line 247reg_loss = torch.nn.functional.l1_loss(pred_mult_layer, torch.ones_like(pred_mult_layer)) reg_loss += torch.nn.functional.l1_loss(pred_div_layer, torch.ones_like(pred_div_layer)),
why calculating L1 loss between pred outcome and all one tensor, is it to minimize over-exposure artifacts?
Ant it would be greatly appreciated if you could make the dataset and inference code available
The text was updated successfully, but these errors were encountered:
YoungQuasimodo
changed the title
A question about "l1 loss "
A question about "l1 loss" between pred outcome and all one tenson in trainer
Sep 25, 2024
YoungQuasimodo
changed the title
A question about "l1 loss" between pred outcome and all one tenson in trainer
A question about "l1 loss" between pred outcome and all one tensor in trainer
Sep 25, 2024
For code in shading_controlnet_trainer.py,line 247
reg_loss = torch.nn.functional.l1_loss(pred_mult_layer, torch.ones_like(pred_mult_layer)) reg_loss += torch.nn.functional.l1_loss(pred_div_layer, torch.ones_like(pred_div_layer))
,why calculating L1 loss between pred outcome and all one tensor, is it to minimize over-exposure artifacts?
Ant it would be greatly appreciated if you could make the dataset and inference code available
The text was updated successfully, but these errors were encountered: