Skip to content

Cycle Consistent Model Merging

CI Docs NN Template Python Code style: black

A new awesome project.

Installation

pip install git+ssh://git@github.com/crisostomi/cycle-consistent-model-merging.git

Quickstart

Development installation

Setup the development environment:

git clone git@github.com:crisostomi/cycle-consistent-model-merging.git
cd cycle-consistent-model-merging
conda env create -f env.yaml
conda activate ccmm
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]