-
Notifications
You must be signed in to change notification settings - Fork 5
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
Allow user-facing shortcuts for architecture parameters #387
Comments
Copying the discussion from the PR (#385 (comment))
|
If you allow shortcuts like these, it means that you have to transform the user-provided hypers to the final version at some point. Now, around the code, you have two versions (shortcut and final) and you never know which one you're supposed to use, which one you're supposed to get out when you debug, which one will be saved when you save the hypers for restarting a run, which one you're supposed to feed a test and so on. |
As discussed in #385, it might be easier for users to have architecture option shortcuts. For example,
instead of
The text was updated successfully, but these errors were encountered: