Skip to content

FynnBe/tiktorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiktorch

CircleCI Code style: black Conda

Installation

To install tiktorch and start server run:

conda create -n tiktorch-server-env -c ilastik-forge -c conda-forge -c pytorch tiktorch

conda activate tiktorch-server-env

tiktorch-server

Development environment

To create development environment run:

make devenv

Then run sever:

make run_server

Run tests:

pytest

About

Wrappers for Pytorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Other 0.7%