-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
feature requestRequesting a new featureRequesting a new feature
Description
In situations with checkpoint outputs along with other outputs (like plots and metrics), DVC persists only the checkpoint output and deletes the other outputs each checkpoint. In most cases, users want to persist or drop all of the stage outputs instead of persisting some and dropping others. For example, if I'm running a typical ML training script, I don't expect the outputs of that script to be deleted in the middle of script execution. The current functionality makes it painful to configure checkpoint stages by having to manually specify persist: true for all non-checkpoint outputs (see treeverse/dvc.org#3756).
shcheklein and karajan1001
Metadata
Metadata
Assignees
Labels
feature requestRequesting a new featureRequesting a new feature