Utilities for pre-/postprocessing and visualization developed and/or commonly used by the tvlearn community.
We recommend Anaconda to manage the installation. To create a new environment that bundles all packages required, run:
$ conda create -n tvutil pipTo install the packages required, run
$ pip install -r requirements.txtFinally, to install tvutil run:
$ python setup.py installRemark
- If you are not planning to contribute and only want to use the implementations provided in this repo, you could comment out the packages
black,pylama,mypy,pytestin theenvironment.txtfile. - Parts of the implementation do not require a PyTorch installation, i.e. you may optionally also comment
torchout inenvironment.txt.