8000 GitHub - nshdesai/Latentis: A Python package for analyzing and transforming neural latent spaces.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nshdesai/Latentis

 
 

Repository files navigation

Latentis

CI Coverage Docs Python Code style: black

A Python package for analyzing and transforming neural latent spaces.

Installation

pip install git+ssh://git@github.com/flegyas/latentis.git

Quickstart

Development installation

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

Update the dependencies

Re-install the project in edit mode:

pip install -e .[dev]

About

A Python package for analyzing and transforming neural latent spaces.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.8%
  • Jupyter Notebook 6.2%
0