Andreas Schuh
Andreas Schuh
# Bug Report ## Description In our mono-repo we have some finished projects which used DVC 2 (and maybe even DVC 1 still). More recent projects use DVC 3 (`dvc...
I am using Ray Jobs to execute training on EC2 worker nodes forming an auto-scaling Ray Cluster. I would like to save DVCLive output in a persistent remote storage location...
dvc fetch: Files downloaded from remote storage (AWS S3) to the DVC cache should have mtime restored
We want to use DVC to store media files of a static page that is build with Jupyter Book (Sphinx doc). However, `dvc fetch` / `dvc pull` sets the mtime...
# Bug Report ## Description I queued and started a couple experiments. Some of them failed for unknown reason though the only difference to successfully started experiments is a loss...
The functions in [deepali.core._kornia](https://github.com/BioMedIA/deepali/blob/main/src/deepali/core/_kornia.py) can be replaced by the functionality available in the new and lightweight [RoMa](https://naver.github.io/roma/) library.
Currently, most flow field functions assume that the number of vector field channels is equal to the number of grid dimensions. However, in case of a spatio-temporal flow field, each...
Started to extend the tutorial to include a learning based image registration example. It is not currently producing any meaningful results.
On suggestion by @shcheklein, I added `cache: false` to the output in the `.dvc` file created by `dvc import` to be able to track the imported file with Git instead...