- Python version >= 3.12
- uv
Clone the git repository:
git clone https://github.com/marcinlos/dvf.gitDownload dependencies:
uv sync # no pytorchuv sync --extra gpu # pytorch on GPUuv sync --extra cpu # pytorch on CPURecreate notebook files using Jupytext:
uv run jupytext --sync scripts/*.pyStart the Jupyter server:
uv run jupyter lab
and run the code in the notebooks.