DVC feature requests
See original GitHub issueCollection of DVC issues which CML functionality needs
Potentially needs
- pulling & pushing cache (For syncing experiments. Any other reasons?)
- https://github.com/iterative/dvc/issues/4268
- retrieve plots from run-cache https://github.com/iterative/dvc/issues/4096
dvc verify
https://github.com/iterative/dvc/issues/5369dulwich
auto-auth using CI config- CI runner timeout
- DVC handling SIGINT, SIGTERM, or SIGKILL mid-
exp run
and mid-checkpoint- often (always?)
dvc.lock
won’t be generated https://github.com/iterative/dvc/issues/6180
- often (always?)
- run-cache storage (e.g. Azure https://github.com/iterative/dvc/issues/5899)
- DVC handling SIGINT, SIGTERM, or SIGKILL mid-
- DVC needs to be aware of total number of checkpoints expected per experiment https://github.com/iterative/dvc/issues/6183
dvc exp run && dvc exp run
should only execute once- interrupting
dvc exp run
followed by callingdvc exp run
again should resume (rather than start from checkpoint 0)
- pulling & pushing cache (For syncing experiments. Any other reasons?)
- fetch experiment cache data https://github.com/iterative/dvc/issues/4649, https://github.com/iterative/dvc/issues/4268
dvc exp push
for >50MB commits (e.g. somehow push to DVC remote rather than Git remote?) https://github.com/iterative/dvc/issues/6181
Needs
- CI runner timeout
- CML re-provisioning runner #208, #174
- attached storage #161
-
dvc exp push
upon each checkpoint (e.g. via user callback? Or builtin option https://github.com/iterative/dvc/issues/6182?)
- ~~DVC needs to be aware of total number of checkpoints expected per experiment https://github.com/iterative/dvc/issues/6183~~
- or just insist that the user code must work out the current checkpoint number by looking at the workspace state
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Latest Feature Requests topics | Data Version Control - DVC
Topic Replies Views Activity
About the Feature Requests category 0 414 January 1, 2020
Removal of partial pulls 0 71 July 30, 2022
How to see...
Read more >DVC Room Requests: Booking Category Anomalies
Here are some unique DVC rooms to request that have great views or locations that do not quite match their booking category!
Read more >Request FREE Key For Exclusive Vacation Benefits
Request your FREE Key to unlock the magic of Disney Vacation Club Membership featuring exclusive videos and more.
Read more >Submit a Website Request - Diablo Valley College
Website Request. The communications and marketing office is responsible for keeping the DVC website current and student focused. If you have an update...
Read more >David's Vacation Club Rentals: Rent DVC Points & Save on ...
Rent Disney points from DVC Rentals and stay at a deluxe Disney Vacation Club villa as a guest of a Disney Vacation Club...
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
My 2 cents: I feel this issue https://github.com/iterative/dvc/issues/5369 is related to cml, I’d love to have the ability to check if I need to repro the pipeline without having to spin up a self-hosted runner and pull the data.
potential workflow:
better alternative:
Note that using COMMIT_SHA instead of CI_JOB_ID might not work in cases where the exp params are not stored in the commit (i.e. 2 job ids with different params but yet same commit sha).