exp apply: try to apply from other commits
See original GitHub issuedvc exp apply
will fail if run from a commit that isn’t the experiment baseline. Instead, it should:
- Attempt to apply on top of any commit.
- Fail and rollback if there is a conflict.
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:9 (7 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
@dberenbaum we are running into this with the extension. See https://github.com/iterative/vscode-dvc/issues/2855#issuecomment-1330453162
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.