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

Feature request: Handling hyper-parameter dictionaries #80

Open
squidrice21 opened this issue Sep 19, 2024 · 0 comments
Open

Feature request: Handling hyper-parameter dictionaries #80

squidrice21 opened this issue Sep 19, 2024 · 0 comments

Comments

@squidrice21
Copy link

I'm used to organize my hyper-parameters in dictionaries. E.g.,

opt_config = {
    'batch_size': 100,
    'num_epochs': 1000,
    'learning_rate': 1e-4,
}

This is currently not supported but would be nice to have 🙏

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