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
I print the softmax_weight like below: and the result is here Does this mean that it did not have the ability to reweight the loss of each sample?
Also,I print the loss in weight calculating process like below: The results show that this part does not seem to learn well:
The text was updated successfully, but these errors were encountered:
I also found that the weights of each samples appear almost identical, do you know why is this now? thank you.
Sorry, something went wrong.
No branches or pull requests
I print the softmax_weight like below:
and the result is here
Does this mean that it did not have the ability to reweight the loss of each sample?
Also,I print the loss in weight calculating process like below:
The results show that this part does not seem to learn well:
The text was updated successfully, but these errors were encountered: