Skip to content
/ tvutil Public

Utilities developed and/or commonly used by the tvlearn community

License

Notifications You must be signed in to change notification settings

tvlearn/tvutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tvutil

code style: black

Utilities for pre-/postprocessing and visualization developed and/or commonly used by the tvlearn community.

Installation

We recommend Anaconda to manage the installation. To create a new environment that bundles all packages required, run:

$ conda create -n tvutil pip

To install the packages required, run

$ pip install -r requirements.txt

Finally, to install tvutil run:

$ python setup.py install

Remark

  • 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, pytest in the environment.txt file.
  • Parts of the implementation do not require a PyTorch installation, i.e. you may optionally also comment torch out in environment.txt.

About

Utilities developed and/or commonly used by the tvlearn community

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages