-
Hi there!
When calling `live.end()` after logging metrics and artifacts, the process of creating the DVC experiment and pushing it to the remote (I have `exp.auto_push` set to `True`) is started, b…
mkdjr updated
6 months ago
-
## p1
- [x] https://github.com/iterative/cml/issues/514
- [ ] update landing page https://cml.dev
+ [ ] clear message around 2 major use cases: `runner` & `report`
* [ ] report: basic (no …
-
Using multiple progress bars in different threads I'm encountering an issue where once the first progress bar completes all the rest are shifted down one line (leaving a "zombie" progress bar)-
…
-
With a complicated DVC pipeline, with dynamic parametrized dependencies it's not easy to get an exact command that is needed to run a specific stage under debugger outside of DVC.
On the other hand, …
-
Can cpg act as LFS for files generated in the publication of a dataset that are too large to be held in the publication repository itself?
If so, what structure would we want?
I propose that yes, …
-
Sometimes, experiments may fail for some reasons related with external factors and these experiment could have been launched from code using random search grid so that repeating them is not easy. So, …
-
It would be nice if the DVC also supports uploading of the model to sharepoint servers.
-
I would love to see integration of Microsoft's [FLAML](https://microsoft.github.io/FLAML/) hyperparameter optimizer!
-
Probably no need to build anything custom but just make an example using the Python API.
Example with MLFlow: https://docs.evidentlyai.com/integrations/evidently-and-mlflow
-
When I try to run multiple `dvc run` commands, I get the following error:
```bash
$ dvc run ...
Failed to lock before running a command: Cannot perform the cmd since DVC is busy and locked. Please …