Skip to content

Task Vectors Playground

CI Docs NN Template Python Code style: black

Playing with those task vectors

Installation

pip install git+ssh://git@github.com/crisostomi/task-vectors-playground.git

Quickstart

Development installation

Setup the development environment:

git clone git@github.com:crisostomi/task-vectors-playground.git
cd task-vectors-playground
conda env create -f env.yaml
conda activate tvp
pre-commit install

Run the tests:

pre-commit run --all-files
pytest -v

Update the dependencies

Re-install the project in edit mode:

pip install -e .[dev]