iterative / dvclive

📈 Log and track ML metrics, parameters, models with Git and/or DVC
https://dvc.org/doc/dvclive
Apache License 2.0
165 stars 36 forks source link

post data to studio on end #738

Closed dberenbaum closed 11 months ago

dberenbaum commented 11 months ago

Before we only post the done event during live.end(), which doesn't include any data. We should also be posting a data event before that to make sure the latest data is also sent.

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6706e35) 88.71% compared to head (d352ead) 88.79%. Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #738 +/- ## ========================================== + Coverage 88.71% 88.79% +0.08% ========================================== Files 53 53 Lines 3322 3357 +35 Branches 287 294 +7 ========================================== + Hits 2947 2981 +34 Misses 337 337 - Partials 38 39 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.