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

preserve summary metrics on resume #756

Closed dberenbaum closed 10 months ago

dberenbaum commented 10 months ago

Dvclive was not preserving summary metrics when resume=True.

dberenbaum commented 10 months ago

Test failure is unrelated (see this comment)

shcheklein commented 10 months ago

We have a test failure, needs to be fixed. Otherwise good catch, thanks @dberenbaum !

dberenbaum commented 10 months ago

@shcheklein See the comment above about the test failure being unrelated. We will keep having that test failure until both of these happen:

  1. 740 is merged.

  2. https://github.com/huggingface/transformers/pull/27983 is released.

We in fact had the test failure for a long time, but we weren't testing the frameworks in CI until recently.