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

Fix autotuning config #1660

Merged
merged 6 commits into from
Feb 11, 2022
Merged

Fix autotuning config #1660

merged 6 commits into from
Feb 11, 2022

Conversation

cli99
Copy link
Contributor

@cli99 cli99 commented Dec 23, 2021

This PR fixes the bug when generating combinations of configs in the tuning space, by ignoring "optimizer" dict in the user ds config. This is because users can specify a list for params in the "optimizer". For example,
"optimizer": {
"params": {
"betas": [
0.9,
0.98
],
"eps": 1e-06,
"lr": 3e-06
},
"type": "AdamW"
},

@jeffra jeffra enabled auto-merge (squash) February 11, 2022 16:19
@jeffra jeffra merged commit cccc545 into master Feb 11, 2022
@mrwyattii mrwyattii deleted the fix-autotuning-config branch July 7, 2023 02:39
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

Successfully merging this pull request may close these issues.

2 participants