David de la Iglesia Castro
David de la Iglesia Castro
Background: https://iterativeai.slack.com/archives/C01APS0FHDM/p1665658700964949 Summary: - Extension doesn't provide a way of cleaning up the DVC cache. Removing experiments (either manually or with `exp gc`) does **not** clear the cache. Users might...
"no step" / "step" logic was initially introduced to support different logging formats between step and not step updates. For `live.log_image`, "step" mode now overwrites the path instead of creating...
> do we need to store these tokens stored somewhere in "${XDG_DATA_HOME:-$HOME/.local/share}/dvclive/credentials.toml"? To be able to cache them and not care about setting them all time. > from @mvshmakov
We left it here for compatibility until DVC 3.0 release but given that DVC already has a minimum version cap for DVCLive we can drop the code on this side...
The current ML Framework docs are more like an API Reference: https://dvc.org/doc/dvclive/ml-frameworks Try to set up more interesting examples for users to try out of the box
When using [Hydra Composition](https://dvc.org/doc/user-guide/experiment-management/hydra-composition) for configuring DVC experiments, there are a few discrepancies with respect to the "regular" params workflow. This could cause confusion to existing users of `dvc params`...
Given a directory tracked with `dvc add/dvc import` and a `dvc.yaml` with stages that have that directory as dependeny: ```console $ cat data.dvc outs: - md5: 6f68a8a747e41c152e7cc5fc62437727.dir size: 2890 nfiles:...
The current name restriction seems too limiting (and the reasons for the current restrictions are not clear cc @aguschin ) : https://github.com/iterative/dvc/blob/c71b07b99622ab37138d6d63f611a532c1dda142/dvc/repo/artifacts.py#L20 It has come up in different places: https://iterativeai.slack.com/archives/CB41NAL8H/p1691411376466919...
Workflow is here: https://github.com/iterative/example-get-started-experiments/blob/main/.github/workflows/dvc-studio.yml Example failure is here: https://github.com/iterative/example-get-started-experiments/actions/runs/6310277365/job/17131981606 ``` Status: Downloaded newer image for iterativeai/cml:latest-gpu docker.io/iterativeai/cml:latest-gpu /usr/bin/docker create --name d36559e92e4847fcb5d0a04521f541f1_iterativeaicmllatestgpu_f5f4d0 --label 70c3d0 --workdir /__w/example-get-started-experiments/example-get-started-experiments --network github_network_5dc1361cfcd641c69071c53a762bc452 --gpus all --ipc...
https://python.langchain.com/en/latest/modules/callbacks/getting_started.html