-
Notifications
You must be signed in to change notification settings - Fork 38
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
fix(experiments): use custom Random
gen in exp names
#576
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #576 +/- ##
=======================================
Coverage 96.16% 96.16%
=======================================
Files 43 43
Lines 2871 2872 +1
Branches 240 240
=======================================
+ Hits 2761 2762 +1
Misses 65 65
Partials 45 45
☔ View full report in Codecov by Sentry. |
Actually, we now have DVC as explicit dependency, we should remove this code and import the function from there |
See iterative/dvclive#576 Co-authored-by: Ivan Shcheklein <[email protected]>
See iterative/dvclive#576 Co-authored-by: Ivan Shcheklein <[email protected]>
Closing in favor of the DVC one and will bump version and import here |
See iterative/dvclive#576 Co-authored-by: Ivan Shcheklein <[email protected]>
See iterative/dvclive#576 Co-authored-by: Ivan Shcheklein <[email protected]>
See iterative/dvclive#576 Co-authored-by: Ivan Shcheklein <[email protected]> (cherry picked from commit eb45cda)
See iterative/dvclive#576 Co-authored-by: Ivan Shcheklein <[email protected]> (cherry picked from commit eb45cda)
…9491) get_random_exp_name: Use custom random generator. See iterative/dvclive#576 Co-authored-by: Ivan Shcheklein <[email protected]> (cherry picked from commit eb45cda) Co-authored-by: daavoo <[email protected]>
It's common in ML frameworks to have seed set for reproducibility. I don't think we want this for experiment names though. It creates collisions, which is fine by itself, but in this case can be extreme.
If this approach sounds good, I'll fix it in DVC also.
Screen.Recording.2023-05-21.at.3.18.52.PM.mov