-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add synthetic test data integration test utils, and use them for loss value decrease tests. #2789
Conversation
… value decrease tests.
"""Utilities for producing synthetic test data that is convergence-friendly.""" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we move this into integration_tests/utils.py?
. Alternatively, we can rename this to util_synthetic_test_data.py
. I'm personally in favor of the former
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is a self-encapsulated set of library functions, I'd actually prefer to keep it in a separate file, also since integration_tests/utils.py
is already quite large.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some minor comments, looks good otherwise!
No description provided.