A Python package for analyzing and transforming neural latent spaces.
pip install git+ssh://git@github.com/flegyas/latentis.git
Setup the development environment:
git clone git@github.com:flegyas/latentis.git
cd latentis
conda env create -f env.yaml
conda activate latentis
pre-commit install
Run the tests:
pre-commit run --all-files
pytest -v
Re-install the project in edit mode:
pip install -e .[dev]