checkpoints: flag to `exp push` && `push`
See original GitHub issueProvide a flag (e.g. dvclive.next_step(push=True) or make_checkpoint(push=True) or DVC_EXP_AUTO_PUSH=<git_remote_name_or_url|true>) to push things per-checkpoint.
Helps with resuming a long-running CI job after timeout.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:6
- Comments:9 (5 by maintainers)
Top Results From Across the Web
exp run | Data Version Control - DVC
It's possible to queue experiments for later execution with the --queue flag. Queued experiments can be run with dvc queue start and managed...
Read more >Pulumi Release Notes: CED Launches, Skip Checkpoints flag ...
This flag makes Pulumi skip saving state checkpoints as it modifies resources and instead only save the final state of a deployment.
Read more >Security Checkpoints - Technical Documentation For IFS Cloud
The purpose of security checkpoints is to provide extra security in a specific function, method or business flow. An active security checkpoint on...
Read more >Dropping experiments · Issue #5437 · iterative/dvc - GitHub
A user may want to drop experiments. For example: User tries some new parameter or continues training checkpoints to find that performance only ......
Read more >Using Player Checkpoint in Fortnite Creative - Epic Games
The Player Checkpoint Pad sets a player's spawn point when activated and can ... Press P to detach the device from your phone...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Given that this is a CI thing, it seems like maybe it should just be set through an env var?
something like like
DVC_EXP_AUTO_PUSH=<git_remote_name_or_url>Also note that for CML purposes, I think we will want both DVC cache and run-cache to be included with the automated
exp push(DVC cache is already included by default onexp pushbut run cache is normally optional)