Skip to content
New issue

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

Add function that submissions can call that can change the dropout value #787

Closed
priyakasimbeg opened this issue Sep 12, 2024 · 1 comment
Assignees

Comments

@priyakasimbeg
Copy link
Contributor

Our current API has 2 dropout related limitations:

  1. Currently, in the external tuning ruleset we read the dropout value from the hparam config and pass it to the model initialization functions. In the self-tuning ruleset there exist no convenient way to specify the dropout value in the model initialization.
  2. Furthermore, there is no way to change the dropout value during training.

Having a workload function to change the dropout value that submitters can call will remove both of these limitations.

@priyakasimbeg priyakasimbeg self-assigned this Oct 17, 2024
@priyakasimbeg
Copy link
Contributor Author

dedupe issue/753

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant