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

refactor: add try except for logging validation errors #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jackapbutler
Copy link
Collaborator

@jackapbutler jackapbutler commented Mar 28, 2023

Summary

While working on the training & validation pipelines we often see validation errors with certain configuration parameters but given the size of GPT-NeoX's NeoXArgs class it is very time consuming to track down which key / value caused the error.

If we introduce a try ... except catch during field validation it should make debugging a lot easier and reduce the search space when identifying flaws in the configuration.

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.

1 participant