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

workflow for adjusting training parameters makes experimentation difficult #98

Closed
rusheb opened this issue Mar 16, 2023 · 2 comments
Closed

Comments

@rusheb
Copy link
Collaborator

rusheb commented Mar 16, 2023

it is difficult to train different models because of the steps required to update configs. this involves editing the configs in config.py by modifying or adding items to _GPT_CONFIGS_LIST or _TRAINING_CONFIGS_LIST. changing python files affects version control which adds further inconvenience

Not sure on the best way to fix this. Some options:

  • setting training parameters from the command line. Though, there may be so many parameters that also makes this inconvenient
  • use notebooks?
  • can we use wandb to make this easier? e.g. by leveraging artifacts?
  • config management libraries e.g. hydra?

Requires more research

@rusheb
Copy link
Collaborator Author

rusheb commented Mar 16, 2023

@cmathw added this ticket based on what you were telling me today. Please feel free to add/clarify details

@mivanit
Copy link
Member

mivanit commented Aug 6, 2023

I think this is mostly resolved via #177 and the ability to modify config params via CLI

@mivanit mivanit closed this as completed Aug 6, 2023
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

2 participants