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.

exp apply: try to apply from other commits

See original GitHub issue

dvc exp apply will fail if run from a commit that isn’t the experiment baseline. Instead, it should:

  1. Attempt to apply on top of any commit.
  2. Fail and rollback if there is a conflict.

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:3
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
mattseddoncommented, Dec 2, 2022
1reaction
dberenbaumcommented, Dec 9, 2022

Discussed with @shcheklein that the prerequisite for any of this would be https://github.com/iterative/dvc/issues/7955. We can try do any operation on top of any commit as long as it’s easy to get back if the user isn’t happy with the result.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Join eXp Realty: Home
When you join eXp Realty, you become part of a global family of agents and partners dedicated to transforming the real estate ......
Read more >
git - apply a commit on another branch to the working copy
I would like to apply this commit in the other branch to my working copy on my current branch (not as another commit)....
Read more >
Apply changes from one Git branch to another - JetBrains
Select the branch that you want to merge into the current branch, click Modify options and choose from the following: --no-ff : a...
Read more >
commit | Data Version Control - DVC
Use dvc commit to register the changes with DVC once you're done. Note that dvc unprotect (or removing the outputs) is usually required...
Read more >
Update your branch history with rebase - Azure Repos
Git rebase integrates commits from a source branch into your current local branch (target branch). The source branch remains unchanged. For ...
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