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
What are the typical texture loss values while training... I have done my own implementation of the above network.. the texture loss has a torch.mean its value to 0.0005 range.. where as other losss sr loss, lr loss and full image loss have a torch.sum() component.. and are just divided by the batch size... they are in 10^3 range the total loss is dominated by sr loss,lr loss and full image loss. I dont understand how the texture loss is going to contribute towards the learning.
The text was updated successfully, but these errors were encountered:
What are the typical texture loss values while training... I have done my own implementation of the above network.. the texture loss has a torch.mean its value to 0.0005 range.. where as other losss sr loss, lr loss and full image loss have a torch.sum() component.. and are just divided by the batch size... they are in 10^3 range the total loss is dominated by sr loss,lr loss and full image loss. I dont understand how the texture loss is going to contribute towards the learning.
The text was updated successfully, but these errors were encountered: