Closed
Description
Solves two problems:
dvc exp run && dvc exp run
shouldn't re-run everything a second time- Yes, the user code can check this but so what? Same argument for non-checkpointed
dvc repro && dvc repro
. DVC should non re-run.
- Yes, the user code can check this but so what? Same argument for non-checkpointed
- interrupting
dvc exp run
(e.g. due to a runner timeout) and resuming shouldn't re-start from checkpoint zero.
- Part of DVC feature requests cml#560
- Possible solution Iterable wrapper for dvclive #68