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
Hi, Thank you for the awesome project!
I wonder why the hparam "predictor_grad" is required. Can you explain the reason please?
Best regards, Hankyu
The text was updated successfully, but these errors were encountered:
Adjust the weight of subtasks during multi-task training.
Sorry, something went wrong.
Thank you for answer! @MoonInTheRiver
But, im still confusin about this term. dur_input.detach() + hparams['predictor_grad'] * (dur_input - dur_input.detach())
dur_input.detach() + hparams['predictor_grad'] * (dur_input - dur_input.detach())
Can you explain this why it can adjust the weights in detail please?
Thank you so much for answer
No branches or pull requests
Hi,
Thank you for the awesome project!
I wonder why the hparam "predictor_grad" is required.
Can you explain the reason please?
Best regards,
Hankyu
The text was updated successfully, but these errors were encountered: