We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the loss function is:
loss=weight[0]*loss[0]+weight[1]*loss[1]+weight[2]*loss[2]+...+weight[n]*loss[n]
and the sum of each element in weight list is 1. Then how to use the code to adjust the weight of each loss?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello ,have you solved this problem?
Sorry, something went wrong.
No, I haven't.
If you have solved the problem, you can add your method to solve the problem in this issue.
No branches or pull requests
If the loss function is:
and the sum of each element in weight list is 1.
Then how to use the code to adjust the weight of each loss?
Thanks.
The text was updated successfully, but these errors were encountered: