Maciej Falkiewicz
Maciej Falkiewicz
You can make (calculate the distance, random draw, whatever) matrix of distances, apply MDS with 2 output dimensions and set `x` and `y` parameter for each node
`dvc queue logs` works for failed experiments. At least with `2.18.1` and higher.
This has probably to do with [`ulimit`](https://linuxhint.com/linux_ulimit_command/)
@karajan1001 I know what caused the error (by already using `dvc queue logs {exp-name}`, well `dvc queue logs {exp-hash}` to be precise, because you can not reference a failed experiment...
@karajan1001 It looks like there is a dedicated issue (https://github.com/iterative/dvc/issues/5864) that I didn't find before opening mine. I think this one can be closed as a duplicate. What makes me...
It looks like with version `2.20.0` this happens even without the `-d` flag. ```console DVC version: 2.20.0 (pip) --------------------------------- Platform: Python 3.9.5 on Linux-3.10.0-1160.49.1.el7.x86_64-x86_64-with-glibc2.17 Supports: azure (adlfs = 2022.4.0, knack...
@dberenbaum could you please increase the priority? Due to this bug `dvc import` practically doesn't make sense.
@dberenbaum I have a `.dvc` file created with `dvc import` with an older version of DVC. Now, with 2.20.0, when I want to pull the data with `dvc pull` I...
I think the problem is related to this dummy stage `data@*`, which I added to avoid problems with experiments execution in a temporary workspace (`dvc exp run --temp`) - it...
@dberenbaum a folder that is an output of a stage in a different repository ```yaml frozen: true deps: - path: data_path_in_source_repository repo: url: git@(...).git rev: master rev_lock: 3b2e5fc82db56e09d41add7ab230bf1f00a89927 outs: -...