question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

checkpoints: flag to `exp push` && `push`

See original GitHub issue

Provide 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.

Part of https://github.com/iterative/cml/issues/560.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:6
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
pmrowlacommented, Jul 11, 2021

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>

3reactions
pmrowlacommented, Jul 13, 2021

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 on exp push but run cache is normally optional)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found